Html Css Color HEX #B32FCE Dark Orchid

📋 copy color: '#B32FCE'

red 179 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #B32FCE

Tints of Dark Orchid #B32FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 41.44%
G = 10.88%
B = 47.69%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B32FCE (or 0xB32FCE) is known color: Dark Orchid. HEX triplet: B3, 2F and CE. RGB value is (179,47,206). Sum of RGB (Red+Green+Blue) = 179+47+206=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B32FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FCE is #4CD031. Grayscale: #686868. Windows color (decimal): -5034034 or 13512627. OLE color: 13512627.

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

Color convert

RGB 179 47 206 -
CMYK 0.13 0.77 0 0.19
HSL 289.81º 0.63% 0.5% -
HSV(B) 289.81º 0.77% 0.81% -
XYZ 30.75 16.07 59.87 -
YUV 104.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 179 47 206 0.13 0.77 0 0.19 289.81 0.63 0.5
Hex B3 2F CE D 4D 0 13 122 3F 32
Octal 263 57 316 15 115 0 23 442 77 62
Binary 10110011 101111 11001110 1101 1001101 0 10011 100100010 111111 110010

Color Harmonies of #B32FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FCE

Black with #B32FCE

Text Example


Text Example

White with #B32FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FCE; }

 p { color: rgb(179,47,206); }

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

background-color css

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

 a { background-color: rgb(179,47,206); }

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

border-color css

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

 span { border-color: rgb(179,47,206); }

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