Html Css Color HEX #B219D9 Dark Orchid

📋 copy color: '#B219D9'

red 178 ◦ green 25 ◦ blue 217

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

Shades of Dark Orchid #B219D9

Tints of Dark Orchid #B219D9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 42.38%
G = 5.95%
B = 51.67%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B219D9 (or 0xB219D9) is known color: Dark Orchid. HEX triplet: B2, 19 and D9. RGB value is (178,25,217). Sum of RGB (Red+Green+Blue) = 178+25+217=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #B219D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219D9 is #4DE626. Grayscale: #5C5C5C. Windows color (decimal): -5105191 or 14227890. OLE color: 14227890.

HSL color Cylindrical-coordinate representation of color #B219D9: hue angle of 287.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219D9 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 25 217 -
CMYK 0.18 0.88 0 0.15
HSL 287.81º 0.79% 0.47% -
HSV(B) 287.81º 0.88% 0.85% -
XYZ 31.23 15.17 66.93 -
YUV 92.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 178 25 217 0.18 0.88 0 0.15 287.81 0.79 0.47
Hex B2 19 D9 12 58 0 F 120 4F 2F
Octal 262 31 331 22 130 0 17 440 117 57
Binary 10110010 11001 11011001 10010 1011000 0 1111 100100000 1001111 101111

Color Harmonies of #B219D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219D9

Black with #B219D9

Text Example


Text Example

White with #B219D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219D9; }

 p { color: rgb(178,25,217); }

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

background-color css

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

 a { background-color: rgb(178,25,217); }

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

border-color css

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

 span { border-color: rgb(178,25,217); }

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