Html Css Color HEX #B32DCD Dark Orchid

📋 copy color: '#B32DCD'

red 179 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B32DCD

Tints of Dark Orchid #B32DCD

RGB

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

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

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

R = 41.72%
G = 10.49%
B = 47.79%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B32DCD (or 0xB32DCD) is known color: Dark Orchid. HEX triplet: B3, 2D and CD. RGB value is (179,45,205). Sum of RGB (Red+Green+Blue) = 179+45+205=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #B32DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DCD is #4CD232. Grayscale: #666666. Windows color (decimal): -5034547 or 13446579. OLE color: 13446579.

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

Color convert

RGB 179 45 205 -
CMYK 0.13 0.78 0 0.20
HSL 290.25º 0.64% 0.49% -
HSV(B) 290.25º 0.78% 0.8% -
XYZ 30.55 15.87 59.21 -
YUV 103.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 179 45 205 0.13 0.78 0 0.20 290.25 0.64 0.49
Hex B3 2D CD D 4E 0 14 122 40 31
Octal 263 55 315 15 116 0 24 442 100 61
Binary 10110011 101101 11001101 1101 1001110 0 10100 100100010 1000000 110001

Color Harmonies of #B32DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DCD

Black with #B32DCD

Text Example


Text Example

White with #B32DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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