Html Css Color HEX #B32BDB Dark Orchid

📋 copy color: '#B32BDB'

red 179 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #B32BDB

Tints of Dark Orchid #B32BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.75%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 40.59%
G = 9.75%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B32BDB (or 0xB32BDB) is known color: Dark Orchid. HEX triplet: B3, 2B and DB. RGB value is (179,43,219). Sum of RGB (Red+Green+Blue) = 179+43+219=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B32BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BDB is #4CD424. Grayscale: #676767. Windows color (decimal): -5035045 or 14363571. OLE color: 14363571.

HSL color Cylindrical-coordinate representation of color #B32BDB: hue angle of 286.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32BDB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 43 219 -
CMYK 0.18 0.80 0 0.14
HSL 286.36º 0.71% 0.51% -
HSV(B) 286.36º 0.8% 0.86% -
XYZ 32.24 16.43 68.49 -
YUV 103.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 179 43 219 0.18 0.80 0 0.14 286.36 0.71 0.51
Hex B3 2B DB 12 50 0 E 11E 47 33
Octal 263 53 333 22 120 0 16 436 107 63
Binary 10110011 101011 11011011 10010 1010000 0 1110 100011110 1000111 110011

Color Harmonies of #B32BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BDB

Black with #B32BDB

Text Example


Text Example

White with #B32BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BDB; }

 p { color: rgb(179,43,219); }

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

background-color css

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

 a { background-color: rgb(179,43,219); }

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

border-color css

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

 span { border-color: rgb(179,43,219); }

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