Html Css Color HEX #B228DB Dark Orchid

📋 copy color: '#B228DB'

red 178 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B228DB

Tints of Dark Orchid #B228DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.15%

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

R = 40.73%
G = 9.15%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B228DB (or 0xB228DB) is known color: Dark Orchid. HEX triplet: B2, 28 and DB. RGB value is (178,40,219). Sum of RGB (Red+Green+Blue) = 178+40+219=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B228DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228DB is #4DD724. Grayscale: #656565. Windows color (decimal): -5101349 or 14362802. OLE color: 14362802.

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

Color convert

RGB 178 40 219 -
CMYK 0.19 0.82 0 0.14
HSL 286.26º 0.71% 0.51% -
HSV(B) 286.26º 0.82% 0.86% -
XYZ 31.91 16.1 68.44 -
YUV 101.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 178 40 219 0.19 0.82 0 0.14 286.26 0.71 0.51
Hex B2 28 DB 13 52 0 E 11E 47 33
Octal 262 50 333 23 122 0 16 436 107 63
Binary 10110010 101000 11011011 10011 1010010 0 1110 100011110 1000111 110011

Color Harmonies of #B228DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228DB

Black with #B228DB

Text Example


Text Example

White with #B228DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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