Html Css Color HEX #BC38B7 Fuchsia

📋 copy color: '#BC38B7'

red 188 ◦ green 56 ◦ blue 183

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

Shades of Fuchsia #BC38B7

Tints of Fuchsia #BC38B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 44.03%
G = 13.11%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC38B7 (or 0xBC38B7) is known color: Fuchsia. HEX triplet: BC, 38 and B7. RGB value is (188,56,183). Sum of RGB (Red+Green+Blue) = 188+56+183=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38B7 is #43C748. Grayscale: #6D6D6D. Windows color (decimal): -4441929 or 12007612. OLE color: 12007612.

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

Color convert

RGB 188 56 183 -
CMYK 0 0.70 0.03 0.26
HSL 302.27º 0.54% 0.48% -
HSV(B) 302.27º 0.7% 0.74% -
XYZ 30.7 16.94 46.45 -
YUV 109.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 188 56 183 0 0.70 0.03 0.26 302.27 0.54 0.48
Hex BC 38 B7 0 46 3 1A 12E 36 30
Octal 274 70 267 0 106 3 32 456 66 60
Binary 10111100 111000 10110111 0 1000110 11 11010 100101110 110110 110000

Color Harmonies of #BC38B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38B7

Black with #BC38B7

Text Example


Text Example

White with #BC38B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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