Html Css Color HEX #BB38B0 Fuchsia

📋 copy color: '#BB38B0'

red 187 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #BB38B0

Tints of Fuchsia #BB38B0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

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

R = 44.63%
G = 13.37%
B = 42%

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

#BB38B0 (or 0xBB38B0) is known color: Fuchsia. HEX triplet: BB, 38 and B0. RGB value is (187,56,176). Sum of RGB (Red+Green+Blue) = 187+56+176=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38B0 is #44C74F. Grayscale: #6C6C6C. Windows color (decimal): -4507472 or 11548859. OLE color: 11548859.

HSL color Cylindrical-coordinate representation of color #BB38B0: hue angle of 305.04º degrees, saturation: 0.54, 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 #BB38B0 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 176 -
CMYK 0 0.70 0.06 0.27
HSL 305.04º 0.54% 0.48% -
HSV(B) 305.04º 0.7% 0.73% -
XYZ 29.74 16.53 42.7 -
YUV 108.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 187 56 176 0 0.70 0.06 0.27 305.04 0.54 0.48
Hex BB 38 B0 0 46 6 1B 131 36 30
Octal 273 70 260 0 106 6 33 461 66 60
Binary 10111011 111000 10110000 0 1000110 110 11011 100110001 110110 110000

Color Harmonies of #BB38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38B0

Black with #BB38B0

Text Example


Text Example

White with #BB38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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