Html Css Color HEX #BC4BAB Fuchsia

📋 copy color: '#BC4BAB'

red 188 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #BC4BAB

Tints of Fuchsia #BC4BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 43.32%
G = 17.28%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4BAB (or 0xBC4BAB) is known color: Fuchsia. HEX triplet: BC, 4B and AB. RGB value is (188,75,171). Sum of RGB (Red+Green+Blue) = 188+75+171=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BAB is #43B454. Grayscale: #777777. Windows color (decimal): -4437077 or 11226044. OLE color: 11226044.

HSL color Cylindrical-coordinate representation of color #BC4BAB: hue angle of 309.03º 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 #BC4BAB is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 171 -
CMYK 0 0.60 0.09 0.26
HSL 309.03º 0.46% 0.52% -
HSV(B) 309.03º 0.6% 0.74% -
XYZ 30.61 18.66 40.52 -
YUV 119.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 188 75 171 0 0.60 0.09 0.26 309.03 0.46 0.52
Hex BC 4B AB 0 3C 9 1A 135 2E 34
Octal 274 113 253 0 74 11 32 465 56 64
Binary 10111100 1001011 10101011 0 111100 1001 11010 100110101 101110 110100

Color Harmonies of #BC4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BAB

Black with #BC4BAB

Text Example


Text Example

White with #BC4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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