Html Css Color HEX #BA00CF Deep Magenta

📋 copy color: '#BA00CF'

red 186 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #BA00CF

Tints of Deep Magenta #BA00CF

RGB

 RED value IS 186 (73.05% from 255) = 47.33%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.33%
G = 0%
B = 52.67%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA00CF (or 0xBA00CF) is known color: Deep Magenta. HEX triplet: BA, 00 and CF. RGB value is (186,0,207). Sum of RGB (Red+Green+Blue) = 186+0+207=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CF is #45FF30. Grayscale: #4E4E4E. Windows color (decimal): -4587313 or 13566138. OLE color: 13566138.

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

Color convert

RGB 186 0 207 -
CMYK 0.10 1 0 0.19
HSL 293.91º 1% 0.41% -
HSV(B) 293.91º 1% 0.81% -
XYZ 31.51 14.94 60.26 -
YUV 79.21 200.12 204.17 -
System Red Green Blue C M Y K H S L
Decimal 186 0 207 0.10 1 0 0.19 293.91 1 0.41
Hex BA 0 CF A 64 0 13 126 64 29
Octal 272 0 317 12 144 0 23 446 144 51
Binary 10111010 0 11001111 1010 1100100 0 10011 100100110 1100100 101001

Color Harmonies of #BA00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00CF

Black with #BA00CF

Text Example


Text Example

White with #BA00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00CF; }

 p { color: rgb(186,0,207); }

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

background-color css

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

 a { background-color: rgb(186,0,207); }

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

border-color css

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

 span { border-color: rgb(186,0,207); }

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