Html Css Color HEX #B000CF Deep Magenta

📋 copy color: '#B000CF'

red 176 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #B000CF

Tints of Deep Magenta #B000CF

RGB

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

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

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

R = 45.95%
G = 0%
B = 54.05%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B000CF (or 0xB000CF) is known color: Deep Magenta. HEX triplet: B0, 00 and CF. RGB value is (176,0,207). Sum of RGB (Red+Green+Blue) = 176+0+207=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #B000CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000CF is #4FFF30. Grayscale: #4B4B4B. Windows color (decimal): -5242673 or 13566128. OLE color: 13566128.

HSL color Cylindrical-coordinate representation of color #B000CF: hue angle of 291.01º 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 #B000CF is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 0 207 -
CMYK 0.15 1 0 0.19
HSL 291.01º 1% 0.41% -
HSV(B) 291.01º 1% 0.81% -
XYZ 29.17 13.74 60.15 -
YUV 76.22 201.81 199.17 -
System Red Green Blue C M Y K H S L
Decimal 176 0 207 0.15 1 0 0.19 291.01 1 0.41
Hex B0 0 CF F 64 0 13 123 64 29
Octal 260 0 317 17 144 0 23 443 144 51
Binary 10110000 0 11001111 1111 1100100 0 10011 100100011 1100100 101001

Color Harmonies of #B000CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000CF

Black with #B000CF

Text Example


Text Example

White with #B000CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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