Html Css Color HEX #B222DB Dark Orchid

📋 copy color: '#B222DB'

red 178 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B222DB

Tints of Dark Orchid #B222DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.89%

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

R = 41.3%
G = 7.89%
B = 50.81%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B222DB (or 0xB222DB) is known color: Dark Orchid. HEX triplet: B2, 22 and DB. RGB value is (178,34,219). Sum of RGB (Red+Green+Blue) = 178+34+219=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B222DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222DB is #4DDD24. Grayscale: #616161. Windows color (decimal): -5102885 or 14361266. OLE color: 14361266.

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

Color convert

RGB 178 34 219 -
CMYK 0.19 0.84 0 0.14
HSL 286.7º 0.73% 0.5% -
HSV(B) 286.7º 0.84% 0.86% -
XYZ 31.72 15.72 68.38 -
YUV 98.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 178 34 219 0.19 0.84 0 0.14 286.7 0.73 0.5
Hex B2 22 DB 13 54 0 E 11F 49 32
Octal 262 42 333 23 124 0 16 437 111 62
Binary 10110010 100010 11011011 10011 1010100 0 1110 100011111 1001001 110010

Color Harmonies of #B222DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222DB

Black with #B222DB

Text Example


Text Example

White with #B222DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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