Html Css Color HEX #BB38B3 Fuchsia

📋 copy color: '#BB38B3'

red 187 ◦ green 56 ◦ blue 179

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

Shades of Fuchsia #BB38B3

Tints of Fuchsia #BB38B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 44.31%
G = 13.27%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB38B3 (or 0xBB38B3) is known color: Fuchsia. HEX triplet: BB, 38 and B3. RGB value is (187,56,179). Sum of RGB (Red+Green+Blue) = 187+56+179=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38B3 is #44C74C. Grayscale: #6C6C6C. Windows color (decimal): -4507469 or 11745467. OLE color: 11745467.

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

Color convert

RGB 187 56 179 -
CMYK 0 0.70 0.04 0.27
HSL 303.66º 0.54% 0.48% -
HSV(B) 303.66º 0.7% 0.73% -
XYZ 30.04 16.65 44.28 -
YUV 109.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 187 56 179 0 0.70 0.04 0.27 303.66 0.54 0.48
Hex BB 38 B3 0 46 4 1B 130 36 30
Octal 273 70 263 0 106 4 33 460 66 60
Binary 10111011 111000 10110011 0 1000110 100 11011 100110000 110110 110000

Color Harmonies of #BB38B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38B3

Black with #BB38B3

Text Example


Text Example

White with #BB38B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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