Html Css Color HEX #BB4DBD Fuchsia

📋 copy color: '#BB4DBD'

red 187 ◦ green 77 ◦ blue 189

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

Shades of Fuchsia #BB4DBD

Tints of Fuchsia #BB4DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 41.28%
G = 17%
B = 41.72%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB4DBD (or 0xBB4DBD) is known color: Fuchsia. HEX triplet: BB, 4D and BD. RGB value is (187,77,189). Sum of RGB (Red+Green+Blue) = 187+77+189=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBD is #44B242. Grayscale: #7A7A7A. Windows color (decimal): -4502083 or 12406203. OLE color: 12406203.

HSL color Cylindrical-coordinate representation of color #BB4DBD: hue angle of 298.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DBD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 77 189 -
CMYK 0.01 0.59 0 0.26
HSL 298.93º 0.46% 0.52% -
HSV(B) 298.93º 0.59% 0.74% -
XYZ 32.33 19.55 50.21 -
YUV 122.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 187 77 189 0.01 0.59 0 0.26 298.93 0.46 0.52
Hex BB 4D BD 1 3B 0 1A 12B 2E 34
Octal 273 115 275 1 73 0 32 453 56 64
Binary 10111011 1001101 10111101 1 111011 0 11010 100101011 101110 110100

Color Harmonies of #BB4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DBD

Black with #BB4DBD

Text Example


Text Example

White with #BB4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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