Html Css Color HEX #BC4BB8 Fuchsia

📋 copy color: '#BC4BB8'

red 188 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #BC4BB8

Tints of Fuchsia #BC4BB8

RGB

 RED value IS 188 (73.83% from 255) = 42.06%

 GREEN value IS 75 (29.69% from 255) = 16.78%

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 42.06%
G = 16.78%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4BB8 (or 0xBC4BB8) is known color: Fuchsia. HEX triplet: BC, 4B and B8. RGB value is (188,75,184). Sum of RGB (Red+Green+Blue) = 188+75+184=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BB8 is #43B447. Grayscale: #787878. Windows color (decimal): -4437064 or 12078012. OLE color: 12078012.

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

Color convert

RGB 188 75 184 -
CMYK 0 0.60 0.02 0.26
HSL 302.12º 0.46% 0.52% -
HSV(B) 302.12º 0.6% 0.74% -
XYZ 31.91 19.18 47.37 -
YUV 121.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 188 75 184 0 0.60 0.02 0.26 302.12 0.46 0.52
Hex BC 4B B8 0 3C 2 1A 12E 2E 34
Octal 274 113 270 0 74 2 32 456 56 64
Binary 10111100 1001011 10111000 0 111100 10 11010 100101110 101110 110100

Color Harmonies of #BC4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BB8

Black with #BC4BB8

Text Example


Text Example

White with #BC4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BB8; }

 p { color: rgb(188,75,184); }

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

background-color css

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

 a { background-color: rgb(188,75,184); }

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

border-color css

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

 span { border-color: rgb(188,75,184); }

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