#B635F9

Color #B635F9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B635F9

Tints of Medium Orchid #B635F9

Color information

#B635F9 (or 0xB635F9) is unknown color: approx Medium Orchid. HEX triplet: B6, 35 and F9. RGB value is (182,53,249). Sum of RGB (Red+Green+Blue) = 182+53+249=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #B635F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B635F9 is #49CA06. Grayscale: #717171. Windows color (decimal): -4835847 or 16332214. OLE color: 16332214.

HSL color Cylindrical-coordinate representation of color #B635F9: hue angle of 279.49º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B635F9 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18253249-
CMYK0.270.7900.02
HSL279.49º94.23%59.22%-
HSV(B)279.49º78.71%97.65%-
XYZ37.6619.3391.37-
YUV113.92204.24176.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 53 (21.09% from 255) = 10.95%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=37.60%
G=10.95%
B=51.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182532490.270.7900.02279.4994.2359.22
HexB635F91B4F021175e3b
Octal26665371331170242713673
Binary10110110110101111110011101110011110101000101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635F9; }

 p { color: rgb(182,53,249); }

 H1.HeaderClassName
 {
   color: #B635F9;
 }
 .AnyTagClassName
 {
   color: #B635F9;
 }
</style>
background-color css

<style>
 a { background-color: #B635F9; }

 a { background-color: rgb(182,53,249); }

 div.DivClassName
 {
   background-color: #B635F9;
 }
 .BgClassName
 {
   background-color: #B635F9;
 }
</style>
border-color css

<style>
 span { border-color: #B635F9; }

 span { border-color: rgb(182,53,249); }

 td.TdClassName
 {
   border-color: #B635F9;
 }
 .TagClassName
 {
   border-color: #B635F9;
 }
</style>