Html Css Color HEX #B22DDB Dark Orchid

📋 copy color: '#B22DDB'

red 178 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #B22DDB

Tints of Dark Orchid #B22DDB

RGB

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

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

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

R = 40.27%
G = 10.18%
B = 49.55%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B22DDB (or 0xB22DDB) is known color: Dark Orchid. HEX triplet: B2, 2D and DB. RGB value is (178,45,219). Sum of RGB (Red+Green+Blue) = 178+45+219=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B22DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DDB is #4DD224. Grayscale: #686868. Windows color (decimal): -5100069 or 14364082. OLE color: 14364082.

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

Color convert

RGB 178 45 219 -
CMYK 0.19 0.79 0 0.14
HSL 285.86º 0.71% 0.52% -
HSV(B) 285.86º 0.79% 0.86% -
XYZ 32.08 16.46 68.5 -
YUV 104.6 192.56 180.35 -
System Red Green Blue C M Y K H S L
Decimal 178 45 219 0.19 0.79 0 0.14 285.86 0.71 0.52
Hex B2 2D DB 13 4F 0 E 11E 47 34
Octal 262 55 333 23 117 0 16 436 107 64
Binary 10110010 101101 11011011 10011 1001111 0 1110 100011110 1000111 110100

Color Harmonies of #B22DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DDB

Black with #B22DDB

Text Example


Text Example

White with #B22DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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