Html Css Color HEX #B22ADB Dark Orchid

📋 copy color: '#B22ADB'

red 178 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B22ADB

Tints of Dark Orchid #B22ADB

RGB

 RED value IS 178 (69.92% from 255) = 40.55%

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

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

R = 40.55%
G = 9.57%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B22ADB (or 0xB22ADB) is known color: Dark Orchid. HEX triplet: B2, 2A and DB. RGB value is (178,42,219). Sum of RGB (Red+Green+Blue) = 178+42+219=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B22ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ADB is #4DD524. Grayscale: #666666. Windows color (decimal): -5100837 or 14363314. OLE color: 14363314.

HSL color Cylindrical-coordinate representation of color #B22ADB: hue angle of 286.1º 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 #B22ADB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 42 219 -
CMYK 0.19 0.81 0 0.14
HSL 286.1º 0.71% 0.51% -
HSV(B) 286.1º 0.81% 0.86% -
XYZ 31.97 16.24 68.47 -
YUV 102.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 178 42 219 0.19 0.81 0 0.14 286.1 0.71 0.51
Hex B2 2A DB 13 51 0 E 11E 47 33
Octal 262 52 333 23 121 0 16 436 107 63
Binary 10110010 101010 11011011 10011 1010001 0 1110 100011110 1000111 110011

Color Harmonies of #B22ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ADB

Black with #B22ADB

Text Example


Text Example

White with #B22ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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