Html Css Color HEX #BB70BA Fuchsia

📋 copy color: '#BB70BA'

red 187 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #BB70BA

Tints of Fuchsia #BB70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 38.56%
G = 23.09%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB70BA (or 0xBB70BA) is known color: Fuchsia. HEX triplet: BB, 70 and BA. RGB value is (187,112,186). Sum of RGB (Red+Green+Blue) = 187+112+186=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70BA is #448F45. Grayscale: #8E8E8E. Windows color (decimal): -4493126 or 12218555. OLE color: 12218555.

HSL color Cylindrical-coordinate representation of color #BB70BA: hue angle of 300.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70BA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 186 -
CMYK 0 0.40 0.01 0.27
HSL 300.8º 0.36% 0.59% -
HSV(B) 300.8º 0.4% 0.73% -
XYZ 35.15 25.7 49.56 -
YUV 142.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 187 112 186 0 0.40 0.01 0.27 300.8 0.36 0.59
Hex BB 70 BA 0 28 1 1B 12D 24 3B
Octal 273 160 272 0 50 1 33 455 44 73
Binary 10111011 1110000 10111010 0 101000 1 11011 100101101 100100 111011

Color Harmonies of #BB70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70BA

Black with #BB70BA

Text Example


Text Example

White with #BB70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70BA; }

 p { color: rgb(187,112,186); }

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

background-color css

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

 a { background-color: rgb(187,112,186); }

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

border-color css

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

 span { border-color: rgb(187,112,186); }

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