Html Css Color HEX #B018BB Deep Magenta

📋 copy color: '#B018BB'

red 176 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #B018BB

Tints of Deep Magenta #B018BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 45.48%
G = 6.2%
B = 48.32%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B018BB (or 0xB018BB) is known color: Deep Magenta. HEX triplet: B0, 18 and BB. RGB value is (176,24,187). Sum of RGB (Red+Green+Blue) = 176+24+187=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B018BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018BB is #4FE744. Grayscale: #575757. Windows color (decimal): -5236549 or 12261552. OLE color: 12261552.

HSL color Cylindrical-coordinate representation of color #B018BB: hue angle of 295.95º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B018BB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 24 187 -
CMYK 0.06 0.87 0 0.27
HSL 295.95º 0.77% 0.41% -
HSV(B) 295.95º 0.87% 0.73% -
XYZ 27.2 13.47 48.18 -
YUV 88.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 176 24 187 0.06 0.87 0 0.27 295.95 0.77 0.41
Hex B0 18 BB 6 57 0 1B 128 4D 29
Octal 260 30 273 6 127 0 33 450 115 51
Binary 10110000 11000 10111011 110 1010111 0 11011 100101000 1001101 101001

Color Harmonies of #B018BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018BB

Black with #B018BB

Text Example


Text Example

White with #B018BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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