Html Css Color HEX #B32FC9 Dark Orchid

📋 copy color: '#B32FC9'

red 179 ◦ green 47 ◦ blue 201

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

Shades of Dark Orchid #B32FC9

Tints of Dark Orchid #B32FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 41.92%
G = 11.01%
B = 47.07%

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

#B32FC9 (or 0xB32FC9) is known color: Dark Orchid. HEX triplet: B3, 2F and C9. RGB value is (179,47,201). Sum of RGB (Red+Green+Blue) = 179+47+201=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #B32FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FC9 is #4CD036. Grayscale: #676767. Windows color (decimal): -5034039 or 13184947. OLE color: 13184947.

HSL color Cylindrical-coordinate representation of color #B32FC9: hue angle of 291.43º degrees, saturation: 0.62, 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 #B32FC9 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 47 201 -
CMYK 0.11 0.77 0 0.21
HSL 291.43º 0.62% 0.49% -
HSV(B) 291.43º 0.77% 0.79% -
XYZ 30.15 15.83 56.73 -
YUV 104.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 179 47 201 0.11 0.77 0 0.21 291.43 0.62 0.49
Hex B3 2F C9 B 4D 0 15 123 3E 31
Octal 263 57 311 13 115 0 25 443 76 61
Binary 10110011 101111 11001001 1011 1001101 0 10101 100100011 111110 110001

Color Harmonies of #B32FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FC9

Black with #B32FC9

Text Example


Text Example

White with #B32FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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