Html Css Color HEX #BC38B3 Fuchsia

📋 copy color: '#BC38B3'

red 188 ◦ green 56 ◦ blue 179

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

Shades of Fuchsia #BC38B3

Tints of Fuchsia #BC38B3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 44.44%
G = 13.24%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC38B3 (or 0xBC38B3) is known color: Fuchsia. HEX triplet: BC, 38 and B3. RGB value is (188,56,179). Sum of RGB (Red+Green+Blue) = 188+56+179=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38B3 is #43C74C. Grayscale: #6D6D6D. Windows color (decimal): -4441933 or 11745468. OLE color: 11745468.

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

Color convert

RGB 188 56 179 -
CMYK 0 0.70 0.05 0.26
HSL 304.09º 0.54% 0.48% -
HSV(B) 304.09º 0.7% 0.74% -
XYZ 30.29 16.77 44.29 -
YUV 109.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 188 56 179 0 0.70 0.05 0.26 304.09 0.54 0.48
Hex BC 38 B3 0 46 5 1A 130 36 30
Octal 274 70 263 0 106 5 32 460 66 60
Binary 10111100 111000 10110011 0 1000110 101 11010 100110000 110110 110000

Color Harmonies of #BC38B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38B3

Black with #BC38B3

Text Example


Text Example

White with #BC38B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38B3; }

 p { color: rgb(188,56,179); }

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

background-color css

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

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

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

border-color css

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

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

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