Html Css Color HEX #B614CF Deep Magenta

📋 copy color: '#B614CF'

red 182 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #B614CF

Tints of Deep Magenta #B614CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

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

R = 44.5%
G = 4.89%
B = 50.61%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B614CF (or 0xB614CF) is known color: Deep Magenta. HEX triplet: B6, 14 and CF. RGB value is (182,20,207). Sum of RGB (Red+Green+Blue) = 182+20+207=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B614CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614CF is #49EB30. Grayscale: #595959. Windows color (decimal): -4844337 or 13571254. OLE color: 13571254.

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

Color convert

RGB 182 20 207 -
CMYK 0.12 0.90 0 0.19
HSL 291.98º 0.82% 0.45% -
HSV(B) 291.98º 0.9% 0.81% -
XYZ 30.8 14.95 60.29 -
YUV 89.76 194.17 193.79 -
System Red Green Blue C M Y K H S L
Decimal 182 20 207 0.12 0.90 0 0.19 291.98 0.82 0.45
Hex B6 14 CF C 5A 0 13 124 52 2D
Octal 266 24 317 14 132 0 23 444 122 55
Binary 10110110 10100 11001111 1100 1011010 0 10011 100100100 1010010 101101

Color Harmonies of #B614CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614CF

Black with #B614CF

Text Example


Text Example

White with #B614CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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