Html Css Color HEX #B500CF Deep Magenta

📋 copy color: '#B500CF'

red 181 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #B500CF

Tints of Deep Magenta #B500CF

RGB

 RED value IS 181 (71.09% from 255) = 46.65%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 46.65%
G = 0%
B = 53.35%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B500CF (or 0xB500CF) is known color: Deep Magenta. HEX triplet: B5, 00 and CF. RGB value is (181,0,207). Sum of RGB (Red+Green+Blue) = 181+0+207=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #B500CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500CF is #4AFF30. Grayscale: #4D4D4D. Windows color (decimal): -4914993 or 13566133. OLE color: 13566133.

HSL color Cylindrical-coordinate representation of color #B500CF: hue angle of 292.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500CF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 0 207 -
CMYK 0.13 1 0 0.19
HSL 292.46º 1% 0.41% -
HSV(B) 292.46º 1% 0.81% -
XYZ 30.32 14.33 60.2 -
YUV 77.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 181 0 207 0.13 1 0 0.19 292.46 1 0.41
Hex B5 0 CF D 64 0 13 124 64 29
Octal 265 0 317 15 144 0 23 444 144 51
Binary 10110101 0 11001111 1101 1100100 0 10011 100100100 1100100 101001

Color Harmonies of #B500CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500CF

Black with #B500CF

Text Example


Text Example

White with #B500CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500CF; }

 p { color: rgb(181,0,207); }

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

background-color css

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

 a { background-color: rgb(181,0,207); }

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

border-color css

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

 span { border-color: rgb(181,0,207); }

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