Html Css Color HEX #BB34B0 Fuchsia

📋 copy color: '#BB34B0'

red 187 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #BB34B0

Tints of Fuchsia #BB34B0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 45.06%
G = 12.53%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB34B0 (or 0xBB34B0) is known color: Fuchsia. HEX triplet: BB, 34 and B0. RGB value is (187,52,176). Sum of RGB (Red+Green+Blue) = 187+52+176=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34B0 is #44CB4F. Grayscale: #6A6A6A. Windows color (decimal): -4508496 or 11547835. OLE color: 11547835.

HSL color Cylindrical-coordinate representation of color #BB34B0: hue angle of 304.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34B0 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 176 -
CMYK 0 0.72 0.06 0.27
HSL 304.89º 0.56% 0.47% -
HSV(B) 304.89º 0.72% 0.73% -
XYZ 29.56 16.16 42.63 -
YUV 106.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 187 52 176 0 0.72 0.06 0.27 304.89 0.56 0.47
Hex BB 34 B0 0 48 6 1B 131 38 2F
Octal 273 64 260 0 110 6 33 461 70 57
Binary 10111011 110100 10110000 0 1001000 110 11011 100110001 111000 101111

Color Harmonies of #BB34B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34B0

Black with #BB34B0

Text Example


Text Example

White with #BB34B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34B0; }

 p { color: rgb(187,52,176); }

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

background-color css

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

 a { background-color: rgb(187,52,176); }

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

border-color css

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

 span { border-color: rgb(187,52,176); }

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