Html Css Color HEX #B32CCD Dark Orchid

📋 copy color: '#B32CCD'

red 179 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #B32CCD

Tints of Dark Orchid #B32CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

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

R = 41.82%
G = 10.28%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B32CCD (or 0xB32CCD) is known color: Dark Orchid. HEX triplet: B3, 2C and CD. RGB value is (179,44,205). Sum of RGB (Red+Green+Blue) = 179+44+205=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B32CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CCD is #4CD332. Grayscale: #666666. Windows color (decimal): -5034803 or 13446323. OLE color: 13446323.

HSL color Cylindrical-coordinate representation of color #B32CCD: hue angle of 290.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32CCD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 44 205 -
CMYK 0.13 0.79 0 0.20
HSL 290.31º 0.65% 0.49% -
HSV(B) 290.31º 0.79% 0.8% -
XYZ 30.51 15.79 59.2 -
YUV 102.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 179 44 205 0.13 0.79 0 0.20 290.31 0.65 0.49
Hex B3 2C CD D 4F 0 14 122 41 31
Octal 263 54 315 15 117 0 24 442 101 61
Binary 10110011 101100 11001101 1101 1001111 0 10100 100100010 1000001 110001

Color Harmonies of #B32CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CCD

Black with #B32CCD

Text Example


Text Example

White with #B32CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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