#B632EF

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

Shades of Dark Orchid #B632EF

Tints of Dark Orchid #B632EF

Color information

#B632EF (or 0xB632EF) is unknown color: approx Dark Orchid. HEX triplet: B6, 32 and EF. RGB value is (182,50,239). Sum of RGB (Red+Green+Blue) = 182+50+239=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #B632EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632EF is #49CD10. Grayscale: #6E6E6E. Windows color (decimal): -4836625 or 15676086. OLE color: 15676086.

HSL color Cylindrical-coordinate representation of color #B632EF: hue angle of 281.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B632EF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18250239-
CMYK0.240.7900.06
HSL281.9º85.52%56.67%-
HSV(B)281.9º79.08%93.73%-
XYZ36.0118.4683.33-
YUV111.01200.23178.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 50 (19.92% from 255) = 10.62%
BLUE value IS 239 (93.75% from 255) = 50.74%
R=38.64%
G=10.62%
B=50.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182502390.240.7900.06281.985.5256.67
HexB632EF184F0611a5639
Octal26662357301170643212671
Binary101101101100101110111111000100111101101000110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B632EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B632EF; }

 p { color: rgb(182,50,239); }

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

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

 a { background-color: rgb(182,50,239); }

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

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

 span { border-color: rgb(182,50,239); }

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