Html Css Color HEX #BB4DBB Fuchsia

📋 copy color: '#BB4DBB'

red 187 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #BB4DBB

Tints of Fuchsia #BB4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 41.46%
G = 17.07%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB4DBB (or 0xBB4DBB) is known color: Fuchsia. HEX triplet: BB, 4D and BB. RGB value is (187,77,187). Sum of RGB (Red+Green+Blue) = 187+77+187=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBB is #44B244. Grayscale: #7A7A7A. Windows color (decimal): -4502085 or 12275131. OLE color: 12275131.

HSL color Cylindrical-coordinate representation of color #BB4DBB: hue angle of 300º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DBB is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 187 -
CMYK 0 0.59 0 0.27
HSL 300º 0.45% 0.52% -
HSV(B) 300º 0.59% 0.73% -
XYZ 32.12 19.46 49.08 -
YUV 122.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 187 77 187 0 0.59 0 0.27 300 0.45 0.52
Hex BB 4D BB 0 3B 0 1B 12C 2D 34
Octal 273 115 273 0 73 0 33 454 55 64
Binary 10111011 1001101 10111011 0 111011 0 11011 100101100 101101 110100

Color Harmonies of #BB4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DBB

Black with #BB4DBB

Text Example


Text Example

White with #BB4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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