Html Css Color HEX #B32ADB Dark Orchid

📋 copy color: '#B32ADB'

red 179 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B32ADB

Tints of Dark Orchid #B32ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

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

R = 40.68%
G = 9.55%
B = 49.77%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B32ADB (or 0xB32ADB) is known color: Dark Orchid. HEX triplet: B3, 2A and DB. RGB value is (179,42,219). Sum of RGB (Red+Green+Blue) = 179+42+219=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B32ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ADB is #4CD524. Grayscale: #666666. Windows color (decimal): -5035301 or 14363315. OLE color: 14363315.

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

Color convert

RGB 179 42 219 -
CMYK 0.18 0.81 0 0.14
HSL 286.44º 0.71% 0.51% -
HSV(B) 286.44º 0.81% 0.86% -
XYZ 32.2 16.35 68.48 -
YUV 103.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 179 42 219 0.18 0.81 0 0.14 286.44 0.71 0.51
Hex B3 2A DB 12 51 0 E 11E 47 33
Octal 263 52 333 22 121 0 16 436 107 63
Binary 10110011 101010 11011011 10010 1010001 0 1110 100011110 1000111 110011

Color Harmonies of #B32ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ADB

Black with #B32ADB

Text Example


Text Example

White with #B32ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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