Html Css Color HEX #B607BE Deep Magenta

📋 copy color: '#B607BE'

red 182 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #B607BE

Tints of Deep Magenta #B607BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 48.02%
G = 1.85%
B = 50.13%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B607BE (or 0xB607BE) is known color: Deep Magenta. HEX triplet: B6, 07 and BE. RGB value is (182,7,190). Sum of RGB (Red+Green+Blue) = 182+7+190=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #B607BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607BE is #49F841. Grayscale: #4F4F4F. Windows color (decimal): -4847682 or 12453814. OLE color: 12453814.

HSL color Cylindrical-coordinate representation of color #B607BE: hue angle of 297.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607BE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 7 190 -
CMYK 0.04 0.96 0 0.25
HSL 297.38º 0.93% 0.39% -
HSV(B) 297.38º 0.96% 0.75% -
XYZ 28.66 13.81 49.87 -
YUV 80.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 182 7 190 0.04 0.96 0 0.25 297.38 0.93 0.39
Hex B6 7 BE 4 60 0 19 129 5D 27
Octal 266 7 276 4 140 0 31 451 135 47
Binary 10110110 111 10111110 100 1100000 0 11001 100101001 1011101 100111

Color Harmonies of #B607BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607BE

Black with #B607BE

Text Example


Text Example

White with #B607BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607BE; }

 p { color: rgb(182,7,190); }

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

background-color css

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

 a { background-color: rgb(182,7,190); }

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

border-color css

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

 span { border-color: rgb(182,7,190); }

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