Html Css Color HEX #BC4BBA Fuchsia

📋 copy color: '#BC4BBA'

red 188 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #BC4BBA

Tints of Fuchsia #BC4BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 41.87%
G = 16.7%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4BBA (or 0xBC4BBA) is known color: Fuchsia. HEX triplet: BC, 4B and BA. RGB value is (188,75,186). Sum of RGB (Red+Green+Blue) = 188+75+186=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BBA is #43B445. Grayscale: #797979. Windows color (decimal): -4437062 or 12209084. OLE color: 12209084.

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

Color convert

RGB 188 75 186 -
CMYK 0 0.60 0.01 0.26
HSL 301.06º 0.46% 0.52% -
HSV(B) 301.06º 0.6% 0.74% -
XYZ 32.12 19.27 48.48 -
YUV 121.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 188 75 186 0 0.60 0.01 0.26 301.06 0.46 0.52
Hex BC 4B BA 0 3C 1 1A 12D 2E 34
Octal 274 113 272 0 74 1 32 455 56 64
Binary 10111100 1001011 10111010 0 111100 1 11010 100101101 101110 110100

Color Harmonies of #BC4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BBA

Black with #BC4BBA

Text Example


Text Example

White with #BC4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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