Html Css Color HEX #BB38BB Fuchsia

📋 copy color: '#BB38BB'

red 187 ◦ green 56 ◦ blue 187

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

Shades of Fuchsia #BB38BB

Tints of Fuchsia #BB38BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 43.49%
G = 13.02%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB38BB (or 0xBB38BB) is known color: Fuchsia. HEX triplet: BB, 38 and BB. RGB value is (187,56,187). Sum of RGB (Red+Green+Blue) = 187+56+187=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38BB is #44C744. Grayscale: #6D6D6D. Windows color (decimal): -4507461 or 12269755. OLE color: 12269755.

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

Color convert

RGB 187 56 187 -
CMYK 0 0.70 0 0.27
HSL 300º 0.54% 0.48% -
HSV(B) 300º 0.7% 0.73% -
XYZ 30.88 16.98 48.66 -
YUV 110.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 187 56 187 0 0.70 0 0.27 300 0.54 0.48
Hex BB 38 BB 0 46 0 1B 12C 36 30
Octal 273 70 273 0 106 0 33 454 66 60
Binary 10111011 111000 10111011 0 1000110 0 11011 100101100 110110 110000

Color Harmonies of #BB38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38BB

Black with #BB38BB

Text Example


Text Example

White with #BB38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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