Html Css Color HEX #B018D2 Dark Orchid

📋 copy color: '#B018D2'

red 176 ◦ green 24 ◦ blue 210

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

Shades of Dark Orchid #B018D2

Tints of Dark Orchid #B018D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.22%

R = 42.93%
G = 5.85%
B = 51.22%

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

#B018D2 (or 0xB018D2) is known color: Dark Orchid. HEX triplet: B0, 18 and D2. RGB value is (176,24,210). Sum of RGB (Red+Green+Blue) = 176+24+210=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #B018D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018D2 is #4FE72D. Grayscale: #5A5A5A. Windows color (decimal): -5236526 or 13768880. OLE color: 13768880.

HSL color Cylindrical-coordinate representation of color #B018D2: hue angle of 289.03º 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 #B018D2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 24 210 -
CMYK 0.16 0.89 0 0.18
HSL 289.03º 0.79% 0.46% -
HSV(B) 289.03º 0.89% 0.82% -
XYZ 29.86 14.54 62.2 -
YUV 90.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 176 24 210 0.16 0.89 0 0.18 289.03 0.79 0.46
Hex B0 18 D2 10 59 0 12 121 4F 2E
Octal 260 30 322 20 131 0 22 441 117 56
Binary 10110000 11000 11010010 10000 1011001 0 10010 100100001 1001111 101110

Color Harmonies of #B018D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018D2

Black with #B018D2

Text Example


Text Example

White with #B018D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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