Html Css Color HEX #BB39B0 Fuchsia

📋 copy color: '#BB39B0'

red 187 ◦ green 57 ◦ blue 176

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

Shades of Fuchsia #BB39B0

Tints of Fuchsia #BB39B0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.57%

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

R = 44.52%
G = 13.57%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB39B0 (or 0xBB39B0) is known color: Fuchsia. HEX triplet: BB, 39 and B0. RGB value is (187,57,176). Sum of RGB (Red+Green+Blue) = 187+57+176=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39B0 is #44C64F. Grayscale: #6D6D6D. Windows color (decimal): -4507216 or 11549115. OLE color: 11549115.

HSL color Cylindrical-coordinate representation of color #BB39B0: hue angle of 305.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB39B0 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 176 -
CMYK 0 0.70 0.06 0.27
HSL 305.08º 0.53% 0.48% -
HSV(B) 305.08º 0.7% 0.73% -
XYZ 29.79 16.63 42.71 -
YUV 109.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 187 57 176 0 0.70 0.06 0.27 305.08 0.53 0.48
Hex BB 39 B0 0 46 6 1B 131 35 30
Octal 273 71 260 0 106 6 33 461 65 60
Binary 10111011 111001 10110000 0 1000110 110 11011 100110001 110101 110000

Color Harmonies of #BB39B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39B0

Black with #BB39B0

Text Example


Text Example

White with #BB39B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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