Html Css Color HEX #BB0ACF Deep Magenta

📋 copy color: '#BB0ACF'

red 187 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #BB0ACF

Tints of Deep Magenta #BB0ACF

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

 GREEN value IS 10 (4.3% from 255) = 2.48%

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

R = 46.29%
G = 2.48%
B = 51.24%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB0ACF (or 0xBB0ACF) is known color: Deep Magenta. HEX triplet: BB, 0A and CF. RGB value is (187,10,207). Sum of RGB (Red+Green+Blue) = 187+10+207=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ACF is #44F530. Grayscale: #545454. Windows color (decimal): -4519217 or 13568699. OLE color: 13568699.

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

Color convert

RGB 187 10 207 -
CMYK 0.10 0.95 0 0.19
HSL 293.91º 0.91% 0.43% -
HSV(B) 293.91º 0.95% 0.81% -
XYZ 31.86 15.29 60.3 -
YUV 85.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 187 10 207 0.10 0.95 0 0.19 293.91 0.91 0.43
Hex BB A CF A 5F 0 13 126 5B 2B
Octal 273 12 317 12 137 0 23 446 133 53
Binary 10111011 1010 11001111 1010 1011111 0 10011 100100110 1011011 101011

Color Harmonies of #BB0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ACF

Black with #BB0ACF

Text Example


Text Example

White with #BB0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ACF; }

 p { color: rgb(187,10,207); }

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

background-color css

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

 a { background-color: rgb(187,10,207); }

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

border-color css

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

 span { border-color: rgb(187,10,207); }

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