Html Css Color HEX #B219D5 Dark Orchid

📋 copy color: '#B219D5'

red 178 ◦ green 25 ◦ blue 213

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

Shades of Dark Orchid #B219D5

Tints of Dark Orchid #B219D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.2%

R = 42.79%
G = 6.01%
B = 51.2%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B219D5 (or 0xB219D5) is known color: Dark Orchid. HEX triplet: B2, 19 and D5. RGB value is (178,25,213). Sum of RGB (Red+Green+Blue) = 178+25+213=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #B219D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219D5 is #4DE62A. Grayscale: #5B5B5B. Windows color (decimal): -5105195 or 13965746. OLE color: 13965746.

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

Color convert

RGB 178 25 213 -
CMYK 0.16 0.88 0 0.16
HSL 288.83º 0.79% 0.47% -
HSV(B) 288.83º 0.88% 0.84% -
XYZ 30.72 14.96 64.22 -
YUV 92.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 178 25 213 0.16 0.88 0 0.16 288.83 0.79 0.47
Hex B2 19 D5 10 58 0 10 121 4F 2F
Octal 262 31 325 20 130 0 20 441 117 57
Binary 10110010 11001 11010101 10000 1011000 0 10000 100100001 1001111 101111

Color Harmonies of #B219D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219D5

Black with #B219D5

Text Example


Text Example

White with #B219D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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