Html Css Color HEX #B019DF Dark Orchid

📋 copy color: '#B019DF'

red 176 ◦ green 25 ◦ blue 223

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

Shades of Dark Orchid #B019DF

Tints of Dark Orchid #B019DF

RGB

 RED value IS 176 (69.14% from 255) = 41.51%

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 41.51%
G = 5.9%
B = 52.59%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B019DF (or 0xB019DF) is known color: Dark Orchid. HEX triplet: B0, 19 and DF. RGB value is (176,25,223). Sum of RGB (Red+Green+Blue) = 176+25+223=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B019DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019DF is #4FE620. Grayscale: #5C5C5C. Windows color (decimal): -5236257 or 14621104. OLE color: 14621104.

HSL color Cylindrical-coordinate representation of color #B019DF: hue angle of 285.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019DF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 25 223 -
CMYK 0.21 0.89 0 0.13
HSL 285.76º 0.8% 0.49% -
HSV(B) 285.76º 0.89% 0.87% -
XYZ 31.57 15.25 71.09 -
YUV 92.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 176 25 223 0.21 0.89 0 0.13 285.76 0.8 0.49
Hex B0 19 DF 15 59 0 D 11E 50 31
Octal 260 31 337 25 131 0 15 436 120 61
Binary 10110000 11001 11011111 10101 1011001 0 1101 100011110 1010000 110001

Color Harmonies of #B019DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019DF

Black with #B019DF

Text Example


Text Example

White with #B019DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019DF; }

 p { color: rgb(176,25,223); }

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

background-color css

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

 a { background-color: rgb(176,25,223); }

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

border-color css

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

 span { border-color: rgb(176,25,223); }

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