Html Css Color HEX #B705CD Deep Magenta

📋 copy color: '#B705CD'

red 183 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #B705CD

Tints of Deep Magenta #B705CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 46.56%
G = 1.27%
B = 52.16%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B705CD (or 0xB705CD) is known color: Deep Magenta. HEX triplet: B7, 05 and CD. RGB value is (183,5,205). Sum of RGB (Red+Green+Blue) = 183+5+205=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #B705CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705CD is #48FA32. Grayscale: #505050. Windows color (decimal): -4782643 or 13436343. OLE color: 13436343.

HSL color Cylindrical-coordinate representation of color #B705CD: hue angle of 293.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705CD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 5 205 -
CMYK 0.11 0.98 0 0.20
HSL 293.4º 0.95% 0.41% -
HSV(B) 293.4º 0.98% 0.8% -
XYZ 30.6 14.58 58.96 -
YUV 81.02 197.97 200.74 -
System Red Green Blue C M Y K H S L
Decimal 183 5 205 0.11 0.98 0 0.20 293.4 0.95 0.41
Hex B7 5 CD B 62 0 14 125 5F 29
Octal 267 5 315 13 142 0 24 445 137 51
Binary 10110111 101 11001101 1011 1100010 0 10100 100100101 1011111 101001

Color Harmonies of #B705CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705CD

Black with #B705CD

Text Example


Text Example

White with #B705CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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