Html Css Color HEX #B700BA Deep Magenta

📋 copy color: '#B700BA'

red 183 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B700BA

Tints of Deep Magenta #B700BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 49.59%
G = 0%
B = 50.41%

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

#B700BA (or 0xB700BA) is known color: Deep Magenta. HEX triplet: B7, 00 and BA. RGB value is (183,0,186). Sum of RGB (Red+Green+Blue) = 183+0+186=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #B700BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700BA is #48FF45. Grayscale: #4B4B4B. Windows color (decimal): -4783942 or 12189879. OLE color: 12189879.

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

Color convert

RGB 183 0 186 -
CMYK 0.02 1 0 0.27
HSL 299.03º 1% 0.36% -
HSV(B) 299.03º 1% 0.73% -
XYZ 28.39 13.61 47.59 -
YUV 75.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 183 0 186 0.02 1 0 0.27 299.03 1 0.36
Hex B7 0 BA 2 64 0 1B 12B 64 24
Octal 267 0 272 2 144 0 33 453 144 44
Binary 10110111 0 10111010 10 1100100 0 11011 100101011 1100100 100100

Color Harmonies of #B700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700BA

Black with #B700BA

Text Example


Text Example

White with #B700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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