Html Css Color HEX #BB34BB Fuchsia

📋 copy color: '#BB34BB'

red 187 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #BB34BB

Tints of Fuchsia #BB34BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 43.9%
G = 12.21%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB34BB (or 0xBB34BB) is known color: Fuchsia. HEX triplet: BB, 34 and BB. RGB value is (187,52,187). Sum of RGB (Red+Green+Blue) = 187+52+187=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34BB is #44CB44. Grayscale: #6B6B6B. Windows color (decimal): -4508485 or 12268731. OLE color: 12268731.

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

Color convert

RGB 187 52 187 -
CMYK 0 0.72 0 0.27
HSL 300º 0.56% 0.47% -
HSV(B) 300º 0.72% 0.73% -
XYZ 30.69 16.61 48.6 -
YUV 107.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 187 52 187 0 0.72 0 0.27 300 0.56 0.47
Hex BB 34 BB 0 48 0 1B 12C 38 2F
Octal 273 64 273 0 110 0 33 454 70 57
Binary 10111011 110100 10111011 0 1001000 0 11011 100101100 111000 101111

Color Harmonies of #BB34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34BB

Black with #BB34BB

Text Example


Text Example

White with #BB34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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