Html Css Color HEX #B800BE Deep Magenta

📋 copy color: '#B800BE'

red 184 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B800BE

Tints of Deep Magenta #B800BE

RGB

 RED value IS 184 (72.27% from 255) = 49.2%

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 49.2%
G = 0%
B = 50.8%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B800BE (or 0xB800BE) is known color: Deep Magenta. HEX triplet: B8, 00 and BE. RGB value is (184,0,190). Sum of RGB (Red+Green+Blue) = 184+0+190=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #B800BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800BE is #47FF41. Grayscale: #4C4C4C. Windows color (decimal): -4718402 or 12452024. OLE color: 12452024.

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

Color convert

RGB 184 0 190 -
CMYK 0.03 1 0 0.25
HSL 298.11º 1% 0.37% -
HSV(B) 298.11º 1% 0.75% -
XYZ 29.06 13.91 49.87 -
YUV 76.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 184 0 190 0.03 1 0 0.25 298.11 1 0.37
Hex B8 0 BE 3 64 0 19 12A 64 25
Octal 270 0 276 3 144 0 31 452 144 45
Binary 10111000 0 10111110 11 1100100 0 11001 100101010 1100100 100101

Color Harmonies of #B800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800BE

Black with #B800BE

Text Example


Text Example

White with #B800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800BE; }

 p { color: rgb(184,0,190); }

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

background-color css

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

 a { background-color: rgb(184,0,190); }

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

border-color css

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

 span { border-color: rgb(184,0,190); }

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