Html Css Color HEX #BB70C1 Fuchsia

📋 copy color: '#BB70C1'

red 187 ◦ green 112 ◦ blue 193

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

Shades of Fuchsia #BB70C1

Tints of Fuchsia #BB70C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 38.01%
G = 22.76%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB70C1 (or 0xBB70C1) is known color: Fuchsia. HEX triplet: BB, 70 and C1. RGB value is (187,112,193). Sum of RGB (Red+Green+Blue) = 187+112+193=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70C1 is #448F3E. Grayscale: #8F8F8F. Windows color (decimal): -4493119 or 12677307. OLE color: 12677307.

HSL color Cylindrical-coordinate representation of color #BB70C1: hue angle of 295.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB70C1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 112 193 -
CMYK 0.03 0.42 0 0.24
HSL 295.56º 0.4% 0.6% -
HSV(B) 295.56º 0.42% 0.76% -
XYZ 35.91 26 53.58 -
YUV 143.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 187 112 193 0.03 0.42 0 0.24 295.56 0.4 0.6
Hex BB 70 C1 3 2A 0 18 128 28 3C
Octal 273 160 301 3 52 0 30 450 50 74
Binary 10111011 1110000 11000001 11 101010 0 11000 100101000 101000 111100

Color Harmonies of #BB70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70C1

Black with #BB70C1

Text Example


Text Example

White with #BB70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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