Html Css Color HEX #BB34BC Fuchsia

📋 copy color: '#BB34BC'

red 187 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #BB34BC

Tints of Fuchsia #BB34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 43.79%
G = 12.18%
B = 44.03%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB34BC (or 0xBB34BC) is known color: Fuchsia. HEX triplet: BB, 34 and BC. RGB value is (187,52,188). Sum of RGB (Red+Green+Blue) = 187+52+188=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34BC is #44CB43. Grayscale: #6B6B6B. Windows color (decimal): -4508484 or 12334267. OLE color: 12334267.

HSL color Cylindrical-coordinate representation of color #BB34BC: hue angle of 299.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34BC is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 52 188 -
CMYK 0.01 0.72 0 0.26
HSL 299.56º 0.57% 0.47% -
HSV(B) 299.56º 0.72% 0.74% -
XYZ 30.8 16.65 49.17 -
YUV 107.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 187 52 188 0.01 0.72 0 0.26 299.56 0.57 0.47
Hex BB 34 BC 1 48 0 1A 12C 39 2F
Octal 273 64 274 1 110 0 32 454 71 57
Binary 10111011 110100 10111100 1 1001000 0 11010 100101100 111001 101111

Color Harmonies of #BB34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34BC

Black with #BB34BC

Text Example


Text Example

White with #BB34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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