Html Css Color HEX #B332E2 Dark Orchid

📋 copy color: '#B332E2'

red 179 ◦ green 50 ◦ blue 226

#B332E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B332E2

Tints of Dark Orchid #B332E2

RGB

 RED value IS 179 (70.31% from 255) = 39.34%

 GREEN value IS 50 (19.92% from 255) = 10.99%

 BLUE value IS 226 (88.67% from 255) = 49.67%

R = 39.34%
G = 10.99%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B332E2 (or 0xB332E2) is known color: Dark Orchid. HEX triplet: B3, 32 and E2. RGB value is (179,50,226). Sum of RGB (Red+Green+Blue) = 179+50+226=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 226 (88.67% from 255 or 49.67% from 455); Max value from RGB is 226 - color contains mainly: blue. Hex color #B332E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332E2 is #4CCD1D. Grayscale: #6C6C6C. Windows color (decimal): -5033246 or 14824115. OLE color: 14824115.

HSL color Cylindrical-coordinate representation of color #B332E2: hue angle of 283.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B332E2 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 50 226 -
CMYK 0.21 0.78 0 0.11
HSL 283.98º 0.75% 0.54% -
HSV(B) 283.98º 0.78% 0.89% -
XYZ 33.46 17.36 73.54 -
YUV 108.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 179 50 226 0.21 0.78 0 0.11 283.98 0.75 0.54
Hex B3 32 E2 15 4E 0 B 11C 4B 36
Octal 263 62 342 25 116 0 13 434 113 66
Binary 10110011 110010 11100010 10101 1001110 0 1011 100011100 1001011 110110

Color Harmonies of #B332E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332E2

Black with #B332E2

Text Example


Text Example

White with #B332E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332E2; }

 p { color: rgb(179,50,226); }

 H1.HeaderClassName
 {
   color: #B332E2;
 }
 .AnyTagClassName
 {
   color: #B332E2;
 }
</style>

background-color css

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

 a { background-color: rgb(179,50,226); }

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

border-color css

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

 span { border-color: rgb(179,50,226); }

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