Html Css Color HEX #B018D6 Dark Orchid

📋 copy color: '#B018D6'

red 176 ◦ green 24 ◦ blue 214

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

Shades of Dark Orchid #B018D6

Tints of Dark Orchid #B018D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.69%

R = 42.51%
G = 5.8%
B = 51.69%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B018D6 (or 0xB018D6) is known color: Dark Orchid. HEX triplet: B0, 18 and D6. RGB value is (176,24,214). Sum of RGB (Red+Green+Blue) = 176+24+214=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #B018D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018D6 is #4FE729. Grayscale: #5A5A5A. Windows color (decimal): -5236522 or 14031024. OLE color: 14031024.

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

Color convert

RGB 176 24 214 -
CMYK 0.18 0.89 0 0.16
HSL 288º 0.8% 0.47% -
HSV(B) 288º 0.89% 0.84% -
XYZ 30.37 14.74 64.86 -
YUV 91.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 176 24 214 0.18 0.89 0 0.16 288 0.8 0.47
Hex B0 18 D6 12 59 0 10 120 50 2F
Octal 260 30 326 22 131 0 20 440 120 57
Binary 10110000 11000 11010110 10010 1011001 0 10000 100100000 1010000 101111

Color Harmonies of #B018D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018D6

Black with #B018D6

Text Example


Text Example

White with #B018D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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