Html Css Color HEX #BB38BA Fuchsia

📋 copy color: '#BB38BA'

red 187 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #BB38BA

Tints of Fuchsia #BB38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 43.59%
G = 13.05%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB38BA (or 0xBB38BA) is known color: Fuchsia. HEX triplet: BB, 38 and BA. RGB value is (187,56,186). Sum of RGB (Red+Green+Blue) = 187+56+186=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38BA is #44C745. Grayscale: #6D6D6D. Windows color (decimal): -4507462 or 12204219. OLE color: 12204219.

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

Color convert

RGB 187 56 186 -
CMYK 0 0.70 0.01 0.27
HSL 300.46º 0.54% 0.48% -
HSV(B) 300.46º 0.7% 0.73% -
XYZ 30.77 16.94 48.1 -
YUV 109.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 187 56 186 0 0.70 0.01 0.27 300.46 0.54 0.48
Hex BB 38 BA 0 46 1 1B 12C 36 30
Octal 273 70 272 0 106 1 33 454 66 60
Binary 10111011 111000 10111010 0 1000110 1 11011 100101100 110110 110000

Color Harmonies of #BB38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38BA

Black with #BB38BA

Text Example


Text Example

White with #BB38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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