Html Css Color HEX #B018CE Dark Orchid

📋 copy color: '#B018CE'

red 176 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #B018CE

Tints of Dark Orchid #B018CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 43.35%
G = 5.91%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B018CE (or 0xB018CE) is known color: Dark Orchid. HEX triplet: B0, 18 and CE. RGB value is (176,24,206). Sum of RGB (Red+Green+Blue) = 176+24+206=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #B018CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018CE is #4FE731. Grayscale: #595959. Windows color (decimal): -5236530 or 13506736. OLE color: 13506736.

HSL color Cylindrical-coordinate representation of color #B018CE: hue angle of 290.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B018CE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 24 206 -
CMYK 0.15 0.88 0 0.19
HSL 290.11º 0.79% 0.45% -
HSV(B) 290.11º 0.88% 0.81% -
XYZ 29.37 14.34 59.61 -
YUV 90.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 176 24 206 0.15 0.88 0 0.19 290.11 0.79 0.45
Hex B0 18 CE F 58 0 13 122 4F 2D
Octal 260 30 316 17 130 0 23 442 117 55
Binary 10110000 11000 11001110 1111 1011000 0 10011 100100010 1001111 101101

Color Harmonies of #B018CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018CE

Black with #B018CE

Text Example


Text Example

White with #B018CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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