Html Css Color HEX #B607DA Deep Magenta

📋 copy color: '#B607DA'

red 182 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #B607DA

Tints of Deep Magenta #B607DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 44.72%
G = 1.72%
B = 53.56%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B607DA (or 0xB607DA) is known color: Deep Magenta. HEX triplet: B6, 07 and DA. RGB value is (182,7,218). Sum of RGB (Red+Green+Blue) = 182+7+218=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B607DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607DA is #49F825. Grayscale: #525252. Windows color (decimal): -4847654 or 14288822. OLE color: 14288822.

HSL color Cylindrical-coordinate representation of color #B607DA: hue angle of 289.76º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607DA is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 7 218 -
CMYK 0.17 0.97 0 0.15
HSL 289.76º 0.94% 0.44% -
HSV(B) 289.76º 0.97% 0.85% -
XYZ 32.02 15.16 67.57 -
YUV 83.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 182 7 218 0.17 0.97 0 0.15 289.76 0.94 0.44
Hex B6 7 DA 11 61 0 F 122 5E 2C
Octal 266 7 332 21 141 0 17 442 136 54
Binary 10110110 111 11011010 10001 1100001 0 1111 100100010 1011110 101100

Color Harmonies of #B607DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607DA

Black with #B607DA

Text Example


Text Example

White with #B607DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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