Html Css Color HEX #B018AF Deep Magenta

📋 copy color: '#B018AF'

red 176 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #B018AF

Tints of Deep Magenta #B018AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 46.93%
G = 6.4%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B018AF (or 0xB018AF) is known color: Deep Magenta. HEX triplet: B0, 18 and AF. RGB value is (176,24,175). Sum of RGB (Red+Green+Blue) = 176+24+175=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B018AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B018AF is #4FE750. Grayscale: #565656. Windows color (decimal): -5236561 or 11475120. OLE color: 11475120.

HSL color Cylindrical-coordinate representation of color #B018AF: hue angle of 300.39º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B018AF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 175 -
CMYK 0 0.86 0.01 0.31
HSL 300.39º 0.76% 0.39% -
HSV(B) 300.39º 0.86% 0.69% -
XYZ 25.97 12.98 41.69 -
YUV 86.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 176 24 175 0 0.86 0.01 0.31 300.39 0.76 0.39
Hex B0 18 AF 0 56 1 1F 12C 4C 27
Octal 260 30 257 0 126 1 37 454 114 47
Binary 10110000 11000 10101111 0 1010110 1 11111 100101100 1001100 100111

Color Harmonies of #B018AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018AF

Black with #B018AF

Text Example


Text Example

White with #B018AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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