Html Css Color HEX #BB4DC6 Fuchsia

📋 copy color: '#BB4DC6'

red 187 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #BB4DC6

Tints of Fuchsia #BB4DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 40.48%
G = 16.67%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB4DC6 (or 0xBB4DC6) is known color: Fuchsia. HEX triplet: BB, 4D and C6. RGB value is (187,77,198). Sum of RGB (Red+Green+Blue) = 187+77+198=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC6 is #44B239. Grayscale: #7B7B7B. Windows color (decimal): -4502074 or 12996027. OLE color: 12996027.

HSL color Cylindrical-coordinate representation of color #BB4DC6: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4DC6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 77 198 -
CMYK 0.06 0.61 0 0.22
HSL 294.55º 0.51% 0.54% -
HSV(B) 294.55º 0.61% 0.78% -
XYZ 33.34 19.95 55.52 -
YUV 123.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 187 77 198 0.06 0.61 0 0.22 294.55 0.51 0.54
Hex BB 4D C6 6 3D 0 16 127 33 36
Octal 273 115 306 6 75 0 26 447 63 66
Binary 10111011 1001101 11000110 110 111101 0 10110 100100111 110011 110110

Color Harmonies of #BB4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DC6

Black with #BB4DC6

Text Example


Text Example

White with #BB4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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