Html Css Color HEX #BB38AF Fuchsia

📋 copy color: '#BB38AF'

red 187 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #BB38AF

Tints of Fuchsia #BB38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 44.74%
G = 13.4%
B = 41.87%

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

#BB38AF (or 0xBB38AF) is known color: Fuchsia. HEX triplet: BB, 38 and AF. RGB value is (187,56,175). Sum of RGB (Red+Green+Blue) = 187+56+175=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38AF is #44C750. Grayscale: #6C6C6C. Windows color (decimal): -4507473 or 11483323. OLE color: 11483323.

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

Color convert

RGB 187 56 175 -
CMYK 0 0.70 0.06 0.27
HSL 305.5º 0.54% 0.48% -
HSV(B) 305.5º 0.7% 0.73% -
XYZ 29.65 16.49 42.18 -
YUV 108.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 187 56 175 0 0.70 0.06 0.27 305.5 0.54 0.48
Hex BB 38 AF 0 46 6 1B 131 36 30
Octal 273 70 257 0 106 6 33 461 66 60
Binary 10111011 111000 10101111 0 1000110 110 11011 100110001 110110 110000

Color Harmonies of #BB38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38AF

Black with #BB38AF

Text Example


Text Example

White with #BB38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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