Html Css Color HEX #BB70B2 Fuchsia

📋 copy color: '#BB70B2'

red 187 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #BB70B2

Tints of Fuchsia #BB70B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 39.2%
G = 23.48%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB70B2 (or 0xBB70B2) is known color: Fuchsia. HEX triplet: BB, 70 and B2. RGB value is (187,112,178). Sum of RGB (Red+Green+Blue) = 187+112+178=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70B2 is #448F4D. Grayscale: #8D8D8D. Windows color (decimal): -4493134 or 11694267. OLE color: 11694267.

HSL color Cylindrical-coordinate representation of color #BB70B2: hue angle of 307.2º 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 #BB70B2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 178 -
CMYK 0 0.40 0.05 0.27
HSL 307.2º 0.36% 0.59% -
HSV(B) 307.2º 0.4% 0.73% -
XYZ 34.32 25.37 45.21 -
YUV 141.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 187 112 178 0 0.40 0.05 0.27 307.2 0.36 0.59
Hex BB 70 B2 0 28 5 1B 133 24 3B
Octal 273 160 262 0 50 5 33 463 44 73
Binary 10111011 1110000 10110010 0 101000 101 11011 100110011 100100 111011

Color Harmonies of #BB70B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70B2

Black with #BB70B2

Text Example


Text Example

White with #BB70B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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