Html Css Color HEX #B700BB Deep Magenta

📋 copy color: '#B700BB'

red 183 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #B700BB

Tints of Deep Magenta #B700BB

RGB

 RED value IS 183 (71.88% from 255) = 49.46%

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 49.46%
G = 0%
B = 50.54%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B700BB (or 0xB700BB) is known color: Deep Magenta. HEX triplet: B7, 00 and BB. RGB value is (183,0,187). Sum of RGB (Red+Green+Blue) = 183+0+187=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #B700BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700BB is #48FF44. Grayscale: #4B4B4B. Windows color (decimal): -4783941 or 12255415. OLE color: 12255415.

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

Color convert

RGB 183 0 187 -
CMYK 0.02 1 0 0.27
HSL 298.72º 1% 0.37% -
HSV(B) 298.72º 1% 0.73% -
XYZ 28.5 13.66 48.15 -
YUV 76.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 183 0 187 0.02 1 0 0.27 298.72 1 0.37
Hex B7 0 BB 2 64 0 1B 12B 64 25
Octal 267 0 273 2 144 0 33 453 144 45
Binary 10110111 0 10111011 10 1100100 0 11011 100101011 1100100 100101

Color Harmonies of #B700BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700BB

Black with #B700BB

Text Example


Text Example

White with #B700BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700BB; }

 p { color: rgb(183,0,187); }

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

background-color css

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

 a { background-color: rgb(183,0,187); }

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

border-color css

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

 span { border-color: rgb(183,0,187); }

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