Html Css Color HEX #BC3BBB Fuchsia

📋 copy color: '#BC3BBB'

red 188 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #BC3BBB

Tints of Fuchsia #BC3BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 43.32%
G = 13.59%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3BBB (or 0xBC3BBB) is known color: Fuchsia. HEX triplet: BC, 3B and BB. RGB value is (188,59,187). Sum of RGB (Red+Green+Blue) = 188+59+187=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BBB is #43C444. Grayscale: #6F6F6F. Windows color (decimal): -4441157 or 12270524. OLE color: 12270524.

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

Color convert

RGB 188 59 187 -
CMYK 0 0.69 0.01 0.26
HSL 300.47º 0.52% 0.48% -
HSV(B) 300.47º 0.69% 0.74% -
XYZ 31.27 17.41 48.73 -
YUV 112.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 188 59 187 0 0.69 0.01 0.26 300.47 0.52 0.48
Hex BC 3B BB 0 45 1 1A 12C 34 30
Octal 274 73 273 0 105 1 32 454 64 60
Binary 10111100 111011 10111011 0 1000101 1 11010 100101100 110100 110000

Color Harmonies of #BC3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BBB

Black with #BC3BBB

Text Example


Text Example

White with #BC3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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