Html Css Color HEX #B32ECF Dark Orchid

📋 copy color: '#B32ECF'

red 179 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B32ECF

Tints of Dark Orchid #B32ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 41.44%
G = 10.65%
B = 47.92%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B32ECF (or 0xB32ECF) is known color: Dark Orchid. HEX triplet: B3, 2E and CF. RGB value is (179,46,207). Sum of RGB (Red+Green+Blue) = 179+46+207=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ECF is #4CD130. Grayscale: #676767. Windows color (decimal): -5034289 or 13577907. OLE color: 13577907.

HSL color Cylindrical-coordinate representation of color #B32ECF: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32ECF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 46 207 -
CMYK 0.14 0.78 0 0.19
HSL 289.57º 0.64% 0.5% -
HSV(B) 289.57º 0.78% 0.81% -
XYZ 30.83 16.04 60.5 -
YUV 104.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 179 46 207 0.14 0.78 0 0.19 289.57 0.64 0.5
Hex B3 2E CF E 4E 0 13 122 40 32
Octal 263 56 317 16 116 0 23 442 100 62
Binary 10110011 101110 11001111 1110 1001110 0 10011 100100010 1000000 110010

Color Harmonies of #B32ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ECF

Black with #B32ECF

Text Example


Text Example

White with #B32ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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