Html Css Color HEX #B703BB Deep Magenta

📋 copy color: '#B703BB'

red 183 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #B703BB

Tints of Deep Magenta #B703BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 49.06%
G = 0.8%
B = 50.13%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B703BB (or 0xB703BB) is known color: Deep Magenta. HEX triplet: B7, 03 and BB. RGB value is (183,3,187). Sum of RGB (Red+Green+Blue) = 183+3+187=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #B703BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703BB is #48FC44. Grayscale: #4D4D4D. Windows color (decimal): -4783173 or 12256183. OLE color: 12256183.

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

Color convert

RGB 183 3 187 -
CMYK 0.02 0.98 0 0.27
HSL 298.7º 0.97% 0.37% -
HSV(B) 298.7º 0.98% 0.73% -
XYZ 28.53 13.72 48.16 -
YUV 77.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 183 3 187 0.02 0.98 0 0.27 298.7 0.97 0.37
Hex B7 3 BB 2 62 0 1B 12B 61 25
Octal 267 3 273 2 142 0 33 453 141 45
Binary 10110111 11 10111011 10 1100010 0 11011 100101011 1100001 100101

Color Harmonies of #B703BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703BB

Black with #B703BB

Text Example


Text Example

White with #B703BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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