Html Css Color HEX #B224DB Dark Orchid

📋 copy color: '#B224DB'

red 178 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #B224DB

Tints of Dark Orchid #B224DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.31%

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

R = 41.11%
G = 8.31%
B = 50.58%

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

#B224DB (or 0xB224DB) is known color: Dark Orchid. HEX triplet: B2, 24 and DB. RGB value is (178,36,219). Sum of RGB (Red+Green+Blue) = 178+36+219=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B224DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224DB is #4DDB24. Grayscale: #626262. Windows color (decimal): -5102373 or 14361778. OLE color: 14361778.

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

Color convert

RGB 178 36 219 -
CMYK 0.19 0.84 0 0.14
HSL 286.56º 0.72% 0.5% -
HSV(B) 286.56º 0.84% 0.86% -
XYZ 31.78 15.84 68.4 -
YUV 99.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 178 36 219 0.19 0.84 0 0.14 286.56 0.72 0.5
Hex B2 24 DB 13 54 0 E 11F 48 32
Octal 262 44 333 23 124 0 16 437 110 62
Binary 10110010 100100 11011011 10011 1010100 0 1110 100011111 1001000 110010

Color Harmonies of #B224DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224DB

Black with #B224DB

Text Example


Text Example

White with #B224DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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