Html Css Color HEX #BC3BBC Fuchsia

📋 copy color: '#BC3BBC'

red 188 ◦ green 59 ◦ blue 188

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

Shades of Fuchsia #BC3BBC

Tints of Fuchsia #BC3BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.56%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 43.22%
G = 13.56%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC3BBC (or 0xBC3BBC) is known color: Fuchsia. HEX triplet: BC, 3B and BC. RGB value is (188,59,188). Sum of RGB (Red+Green+Blue) = 188+59+188=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BBC is #43C443. Grayscale: #6F6F6F. Windows color (decimal): -4441156 or 12336060. OLE color: 12336060.

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

Color convert

RGB 188 59 188 -
CMYK 0 0.69 0 0.26
HSL 300º 0.52% 0.48% -
HSV(B) 300º 0.69% 0.74% -
XYZ 31.38 17.45 49.29 -
YUV 112.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 188 59 188 0 0.69 0 0.26 300 0.52 0.48
Hex BC 3B BC 0 45 0 1A 12C 34 30
Octal 274 73 274 0 105 0 32 454 64 60
Binary 10111100 111011 10111100 0 1000101 0 11010 100101100 110100 110000

Color Harmonies of #BC3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BBC

Black with #BC3BBC

Text Example


Text Example

White with #BC3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BBC; }

 p { color: rgb(188,59,188); }

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

background-color css

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

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

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

border-color css

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

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

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