Html Css Color HEX #BB38A8 Fuchsia

📋 copy color: '#BB38A8'

red 187 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #BB38A8

Tints of Fuchsia #BB38A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 45.5%
G = 13.63%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB38A8 (or 0xBB38A8) is known color: Fuchsia. HEX triplet: BB, 38 and A8. RGB value is (187,56,168). Sum of RGB (Red+Green+Blue) = 187+56+168=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38A8 is #44C757. Grayscale: #6B6B6B. Windows color (decimal): -4507480 or 11024571. OLE color: 11024571.

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

Color convert

RGB 187 56 168 -
CMYK 0 0.70 0.10 0.27
HSL 308.7º 0.54% 0.48% -
HSV(B) 308.7º 0.7% 0.73% -
XYZ 28.98 16.22 38.65 -
YUV 107.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 187 56 168 0 0.70 0.10 0.27 308.7 0.54 0.48
Hex BB 38 A8 0 46 A 1B 135 36 30
Octal 273 70 250 0 106 12 33 465 66 60
Binary 10111011 111000 10101000 0 1000110 1010 11011 100110101 110110 110000

Color Harmonies of #BB38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38A8

Black with #BB38A8

Text Example


Text Example

White with #BB38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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