Html Css Color HEX #B32ECA Dark Orchid

📋 copy color: '#B32ECA'

red 179 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #B32ECA

Tints of Dark Orchid #B32ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 41.92%
G = 10.77%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B32ECA (or 0xB32ECA) is known color: Dark Orchid. HEX triplet: B3, 2E and CA. RGB value is (179,46,202). Sum of RGB (Red+Green+Blue) = 179+46+202=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #B32ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ECA is #4CD135. Grayscale: #676767. Windows color (decimal): -5034294 or 13250227. OLE color: 13250227.

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

Color convert

RGB 179 46 202 -
CMYK 0.11 0.77 0 0.21
HSL 291.15º 0.63% 0.49% -
HSV(B) 291.15º 0.77% 0.79% -
XYZ 30.23 15.8 57.33 -
YUV 103.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 179 46 202 0.11 0.77 0 0.21 291.15 0.63 0.49
Hex B3 2E CA B 4D 0 15 123 3F 31
Octal 263 56 312 13 115 0 25 443 77 61
Binary 10110011 101110 11001010 1011 1001101 0 10101 100100011 111111 110001

Color Harmonies of #B32ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ECA

Black with #B32ECA

Text Example


Text Example

White with #B32ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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