Html Css Color HEX #B32FCD Dark Orchid

📋 copy color: '#B32FCD'

red 179 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #B32FCD

Tints of Dark Orchid #B32FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 41.53%
G = 10.9%
B = 47.56%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B32FCD (or 0xB32FCD) is known color: Dark Orchid. HEX triplet: B3, 2F and CD. RGB value is (179,47,205). Sum of RGB (Red+Green+Blue) = 179+47+205=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B32FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FCD is #4CD032. Grayscale: #676767. Windows color (decimal): -5034035 or 13447091. OLE color: 13447091.

HSL color Cylindrical-coordinate representation of color #B32FCD: hue angle of 290.13º 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 #B32FCD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 47 205 -
CMYK 0.13 0.77 0 0.20
HSL 290.13º 0.63% 0.49% -
HSV(B) 290.13º 0.77% 0.8% -
XYZ 30.63 16.02 59.24 -
YUV 104.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 179 47 205 0.13 0.77 0 0.20 290.13 0.63 0.49
Hex B3 2F CD D 4D 0 14 122 3F 31
Octal 263 57 315 15 115 0 24 442 77 61
Binary 10110011 101111 11001101 1101 1001101 0 10100 100100010 111111 110001

Color Harmonies of #B32FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FCD

Black with #B32FCD

Text Example


Text Example

White with #B32FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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