Html Css Color HEX #B018C9 Dark Orchid

📋 copy color: '#B018C9'

red 176 ◦ green 24 ◦ blue 201

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

Shades of Dark Orchid #B018C9

Tints of Dark Orchid #B018C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.12%

R = 43.89%
G = 5.99%
B = 50.12%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B018C9 (or 0xB018C9) is known color: Dark Orchid. HEX triplet: B0, 18 and C9. RGB value is (176,24,201). Sum of RGB (Red+Green+Blue) = 176+24+201=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #B018C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018C9 is #4FE736. Grayscale: #595959. Windows color (decimal): -5236535 or 13179056. OLE color: 13179056.

HSL color Cylindrical-coordinate representation of color #B018C9: hue angle of 291.53º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B018C9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 24 201 -
CMYK 0.12 0.88 0 0.21
HSL 291.53º 0.79% 0.44% -
HSV(B) 291.53º 0.88% 0.79% -
XYZ 28.77 14.1 56.46 -
YUV 89.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 176 24 201 0.12 0.88 0 0.21 291.53 0.79 0.44
Hex B0 18 C9 C 58 0 15 124 4F 2C
Octal 260 30 311 14 130 0 25 444 117 54
Binary 10110000 11000 11001001 1100 1011000 0 10101 100100100 1001111 101100

Color Harmonies of #B018C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018C9

Black with #B018C9

Text Example


Text Example

White with #B018C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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