Html Css Color HEX #BB38B2 Fuchsia

📋 copy color: '#BB38B2'

red 187 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #BB38B2

Tints of Fuchsia #BB38B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 44.42%
G = 13.3%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB38B2 (or 0xBB38B2) is known color: Fuchsia. HEX triplet: BB, 38 and B2. RGB value is (187,56,178). Sum of RGB (Red+Green+Blue) = 187+56+178=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38B2 is #44C74D. Grayscale: #6C6C6C. Windows color (decimal): -4507470 or 11679931. OLE color: 11679931.

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

Color convert

RGB 187 56 178 -
CMYK 0 0.70 0.05 0.27
HSL 304.12º 0.54% 0.48% -
HSV(B) 304.12º 0.7% 0.73% -
XYZ 29.94 16.61 43.75 -
YUV 109.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 187 56 178 0 0.70 0.05 0.27 304.12 0.54 0.48
Hex BB 38 B2 0 46 5 1B 130 36 30
Octal 273 70 262 0 106 5 33 460 66 60
Binary 10111011 111000 10110010 0 1000110 101 11011 100110000 110110 110000

Color Harmonies of #BB38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38B2

Black with #BB38B2

Text Example


Text Example

White with #BB38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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