Html Css Color HEX #B616CF Deep Magenta

📋 copy color: '#B616CF'

red 182 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #B616CF

Tints of Deep Magenta #B616CF

RGB

 RED value IS 182 (71.48% from 255) = 44.28%

 GREEN value IS 22 (8.98% from 255) = 5.35%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 44.28%
G = 5.35%
B = 50.36%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B616CF (or 0xB616CF) is known color: Deep Magenta. HEX triplet: B6, 16 and CF. RGB value is (182,22,207). Sum of RGB (Red+Green+Blue) = 182+22+207=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B616CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616CF is #49E930. Grayscale: #5A5A5A. Windows color (decimal): -4843825 or 13571766. OLE color: 13571766.

HSL color Cylindrical-coordinate representation of color #B616CF: hue angle of 291.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B616CF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 22 207 -
CMYK 0.12 0.89 0 0.19
HSL 291.89º 0.81% 0.45% -
HSV(B) 291.89º 0.89% 0.81% -
XYZ 30.84 15.02 60.31 -
YUV 90.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 182 22 207 0.12 0.89 0 0.19 291.89 0.81 0.45
Hex B6 16 CF C 59 0 13 124 51 2D
Octal 266 26 317 14 131 0 23 444 121 55
Binary 10110110 10110 11001111 1100 1011001 0 10011 100100100 1010001 101101

Color Harmonies of #B616CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616CF

Black with #B616CF

Text Example


Text Example

White with #B616CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616CF; }

 p { color: rgb(182,22,207); }

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

background-color css

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

 a { background-color: rgb(182,22,207); }

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

border-color css

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

 span { border-color: rgb(182,22,207); }

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