Html Css Color HEX #B000BD Deep Magenta

📋 copy color: '#B000BD'

red 176 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #B000BD

Tints of Deep Magenta #B000BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 48.22%
G = 0%
B = 51.78%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B000BD (or 0xB000BD) is known color: Deep Magenta. HEX triplet: B0, 00 and BD. RGB value is (176,0,189). Sum of RGB (Red+Green+Blue) = 176+0+189=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #B000BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000BD is #4FFF42. Grayscale: #494949. Windows color (decimal): -5242691 or 12386480. OLE color: 12386480.

HSL color Cylindrical-coordinate representation of color #B000BD: hue angle of 295.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000BD is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 0 189 -
CMYK 0.07 1 0 0.26
HSL 295.87º 1% 0.37% -
HSV(B) 295.87º 1% 0.74% -
XYZ 27.09 12.9 49.21 -
YUV 74.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 176 0 189 0.07 1 0 0.26 295.87 1 0.37
Hex B0 0 BD 7 64 0 1A 128 64 25
Octal 260 0 275 7 144 0 32 450 144 45
Binary 10110000 0 10111101 111 1100100 0 11010 100101000 1100100 100101

Color Harmonies of #B000BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000BD

Black with #B000BD

Text Example


Text Example

White with #B000BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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