Html Css Color HEX #B018D1 Dark Orchid

📋 copy color: '#B018D1'

red 176 ◦ green 24 ◦ blue 209

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

Shades of Dark Orchid #B018D1

Tints of Dark Orchid #B018D1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.87%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 43.03%
G = 5.87%
B = 51.1%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B018D1 (or 0xB018D1) is known color: Dark Orchid. HEX triplet: B0, 18 and D1. RGB value is (176,24,209). Sum of RGB (Red+Green+Blue) = 176+24+209=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #B018D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018D1 is #4FE72E. Grayscale: #595959. Windows color (decimal): -5236527 or 13703344. OLE color: 13703344.

HSL color Cylindrical-coordinate representation of color #B018D1: hue angle of 289.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B018D1 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 24 209 -
CMYK 0.16 0.89 0 0.18
HSL 289.3º 0.79% 0.46% -
HSV(B) 289.3º 0.89% 0.82% -
XYZ 29.74 14.49 61.55 -
YUV 90.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 176 24 209 0.16 0.89 0 0.18 289.3 0.79 0.46
Hex B0 18 D1 10 59 0 12 121 4F 2E
Octal 260 30 321 20 131 0 22 441 117 56
Binary 10110000 11000 11010001 10000 1011001 0 10010 100100001 1001111 101110

Color Harmonies of #B018D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018D1

Black with #B018D1

Text Example


Text Example

White with #B018D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018D1; }

 p { color: rgb(176,24,209); }

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

background-color css

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

 a { background-color: rgb(176,24,209); }

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

border-color css

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

 span { border-color: rgb(176,24,209); }

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