Html Css Color HEX #BB5DBF Fuchsia

📋 copy color: '#BB5DBF'

red 187 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #BB5DBF

Tints of Fuchsia #BB5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.75%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 39.7%
G = 19.75%
B = 40.55%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB5DBF (or 0xBB5DBF) is known color: Fuchsia. HEX triplet: BB, 5D and BF. RGB value is (187,93,191). Sum of RGB (Red+Green+Blue) = 187+93+191=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DBF is #44A240. Grayscale: #838383. Windows color (decimal): -4497985 or 12541371. OLE color: 12541371.

HSL color Cylindrical-coordinate representation of color #BB5DBF: hue angle of 297.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5DBF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 93 191 -
CMYK 0.02 0.51 0 0.25
HSL 297.55º 0.43% 0.56% -
HSV(B) 297.55º 0.51% 0.75% -
XYZ 33.81 22.16 51.78 -
YUV 132.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 187 93 191 0.02 0.51 0 0.25 297.55 0.43 0.56
Hex BB 5D BF 2 33 0 19 12A 2B 38
Octal 273 135 277 2 63 0 31 452 53 70
Binary 10111011 1011101 10111111 10 110011 0 11001 100101010 101011 111000

Color Harmonies of #BB5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DBF

Black with #BB5DBF

Text Example


Text Example

White with #BB5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DBF; }

 p { color: rgb(187,93,191); }

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

background-color css

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

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

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

border-color css

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

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

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