Html Css Color HEX #BB4DC8 Fuchsia

📋 copy color: '#BB4DC8'

red 187 ◦ green 77 ◦ blue 200

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

Shades of Fuchsia #BB4DC8

Tints of Fuchsia #BB4DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 40.3%
G = 16.59%
B = 43.1%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB4DC8 (or 0xBB4DC8) is known color: Fuchsia. HEX triplet: BB, 4D and C8. RGB value is (187,77,200). Sum of RGB (Red+Green+Blue) = 187+77+200=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC8 is #44B237. Grayscale: #7B7B7B. Windows color (decimal): -4502072 or 13127099. OLE color: 13127099.

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

Color convert

RGB 187 77 200 -
CMYK 0.06 0.62 0 0.22
HSL 293.66º 0.53% 0.54% -
HSV(B) 293.66º 0.62% 0.78% -
XYZ 33.57 20.04 56.74 -
YUV 123.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 187 77 200 0.06 0.62 0 0.22 293.66 0.53 0.54
Hex BB 4D C8 6 3E 0 16 126 35 36
Octal 273 115 310 6 76 0 26 446 65 66
Binary 10111011 1001101 11001000 110 111110 0 10110 100100110 110101 110110

Color Harmonies of #BB4DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DC8

Black with #BB4DC8

Text Example


Text Example

White with #BB4DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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