Html Css Color HEX #B705C3 Deep Magenta

📋 copy color: '#B705C3'

red 183 ◦ green 5 ◦ blue 195

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

Shades of Deep Magenta #B705C3

Tints of Deep Magenta #B705C3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 195 (76.56% from 255) = 50.91%

R = 47.78%
G = 1.31%
B = 50.91%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B705C3 (or 0xB705C3) is known color: Deep Magenta. HEX triplet: B7, 05 and C3. RGB value is (183,5,195). Sum of RGB (Red+Green+Blue) = 183+5+195=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #B705C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705C3 is #48FA3C. Grayscale: #4F4F4F. Windows color (decimal): -4782653 or 12780983. OLE color: 12780983.

HSL color Cylindrical-coordinate representation of color #B705C3: hue angle of 296.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705C3 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 5 195 -
CMYK 0.06 0.97 0 0.24
HSL 296.21º 0.95% 0.39% -
HSV(B) 296.21º 0.97% 0.76% -
XYZ 29.43 14.12 52.8 -
YUV 79.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 183 5 195 0.06 0.97 0 0.24 296.21 0.95 0.39
Hex B7 5 C3 6 61 0 18 128 5F 27
Octal 267 5 303 6 141 0 30 450 137 47
Binary 10110111 101 11000011 110 1100001 0 11000 100101000 1011111 100111

Color Harmonies of #B705C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705C3

Black with #B705C3

Text Example


Text Example

White with #B705C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705C3; }

 p { color: rgb(183,5,195); }

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

background-color css

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

 a { background-color: rgb(183,5,195); }

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

border-color css

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

 span { border-color: rgb(183,5,195); }

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