Html Css Color HEX #B704BB Deep Magenta

📋 copy color: '#B704BB'

red 183 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #B704BB

Tints of Deep Magenta #B704BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 48.93%
G = 1.07%
B = 50%

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

#B704BB (or 0xB704BB) is known color: Deep Magenta. HEX triplet: B7, 04 and BB. RGB value is (183,4,187). Sum of RGB (Red+Green+Blue) = 183+4+187=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #B704BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704BB is #48FB44. Grayscale: #4D4D4D. Windows color (decimal): -4782917 or 12256439. OLE color: 12256439.

HSL color Cylindrical-coordinate representation of color #B704BB: hue angle of 298.69º degrees, saturation: 0.96, 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 #B704BB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 4 187 -
CMYK 0.02 0.98 0 0.27
HSL 298.69º 0.96% 0.37% -
HSV(B) 298.69º 0.98% 0.73% -
XYZ 28.54 13.74 48.16 -
YUV 78.38 189.3 202.62 -
System Red Green Blue C M Y K H S L
Decimal 183 4 187 0.02 0.98 0 0.27 298.69 0.96 0.37
Hex B7 4 BB 2 62 0 1B 12B 60 25
Octal 267 4 273 2 142 0 33 453 140 45
Binary 10110111 100 10111011 10 1100010 0 11011 100101011 1100000 100101

Color Harmonies of #B704BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704BB

Black with #B704BB

Text Example


Text Example

White with #B704BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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