Html Css Color HEX #B32ECB Dark Orchid

📋 copy color: '#B32ECB'

red 179 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #B32ECB

Tints of Dark Orchid #B32ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.75%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 41.82%
G = 10.75%
B = 47.43%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B32ECB (or 0xB32ECB) is known color: Dark Orchid. HEX triplet: B3, 2E and CB. RGB value is (179,46,203). Sum of RGB (Red+Green+Blue) = 179+46+203=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B32ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ECB is #4CD134. Grayscale: #676767. Windows color (decimal): -5034293 or 13315763. OLE color: 13315763.

HSL color Cylindrical-coordinate representation of color #B32ECB: hue angle of 290.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32ECB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 46 203 -
CMYK 0.12 0.77 0 0.20
HSL 290.83º 0.63% 0.49% -
HSV(B) 290.83º 0.77% 0.8% -
XYZ 30.35 15.85 57.96 -
YUV 103.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 179 46 203 0.12 0.77 0 0.20 290.83 0.63 0.49
Hex B3 2E CB C 4D 0 14 123 3F 31
Octal 263 56 313 14 115 0 24 443 77 61
Binary 10110011 101110 11001011 1100 1001101 0 10100 100100011 111111 110001

Color Harmonies of #B32ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ECB

Black with #B32ECB

Text Example


Text Example

White with #B32ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ECB; }

 p { color: rgb(179,46,203); }

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

background-color css

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

 a { background-color: rgb(179,46,203); }

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

border-color css

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

 span { border-color: rgb(179,46,203); }

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