Html Css Color HEX #BB50C0 Fuchsia

📋 copy color: '#BB50C0'

red 187 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #BB50C0

Tints of Fuchsia #BB50C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 40.74%
G = 17.43%
B = 41.83%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB50C0 (or 0xBB50C0) is known color: Fuchsia. HEX triplet: BB, 50 and C0. RGB value is (187,80,192). Sum of RGB (Red+Green+Blue) = 187+80+192=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50C0 is #44AF3F. Grayscale: #7C7C7C. Windows color (decimal): -4501312 or 12603579. OLE color: 12603579.

HSL color Cylindrical-coordinate representation of color #BB50C0: hue angle of 297.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB50C0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 80 192 -
CMYK 0.03 0.58 0 0.25
HSL 297.32º 0.47% 0.53% -
HSV(B) 297.32º 0.58% 0.75% -
XYZ 32.88 20.11 52.02 -
YUV 124.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 187 80 192 0.03 0.58 0 0.25 297.32 0.47 0.53
Hex BB 50 C0 3 3A 0 19 129 2F 35
Octal 273 120 300 3 72 0 31 451 57 65
Binary 10111011 1010000 11000000 11 111010 0 11001 100101001 101111 110101

Color Harmonies of #BB50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50C0

Black with #BB50C0

Text Example


Text Example

White with #BB50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50C0; }

 p { color: rgb(187,80,192); }

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

background-color css

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

 a { background-color: rgb(187,80,192); }

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

border-color css

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

 span { border-color: rgb(187,80,192); }

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