Html Css Color HEX #B32DCC Dark Orchid

📋 copy color: '#B32DCC'

red 179 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #B32DCC

Tints of Dark Orchid #B32DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 41.82%
G = 10.51%
B = 47.66%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B32DCC (or 0xB32DCC) is known color: Dark Orchid. HEX triplet: B3, 2D and CC. RGB value is (179,45,204). Sum of RGB (Red+Green+Blue) = 179+45+204=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #B32DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DCC is #4CD233. Grayscale: #666666. Windows color (decimal): -5034548 or 13381043. OLE color: 13381043.

HSL color Cylindrical-coordinate representation of color #B32DCC: hue angle of 290.57º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32DCC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 45 204 -
CMYK 0.12 0.78 0 0.2
HSL 290.57º 0.64% 0.49% -
HSV(B) 290.57º 0.78% 0.8% -
XYZ 30.43 15.82 58.58 -
YUV 103.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 179 45 204 0.12 0.78 0 0.2 290.57 0.64 0.49
Hex B3 2D CC C 4E 0 14 123 40 31
Octal 263 55 314 14 116 0 24 443 100 61
Binary 10110011 101101 11001100 1100 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B32DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DCC

Black with #B32DCC

Text Example


Text Example

White with #B32DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DCC; }

 p { color: rgb(179,45,204); }

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

background-color css

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

 a { background-color: rgb(179,45,204); }

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

border-color css

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

 span { border-color: rgb(179,45,204); }

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