Html Css Color HEX #BC75B7 Fuchsia

📋 copy color: '#BC75B7'

red 188 ◦ green 117 ◦ blue 183

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

Shades of Fuchsia #BC75B7

Tints of Fuchsia #BC75B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

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

R = 38.52%
G = 23.98%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC75B7 (or 0xBC75B7) is known color: Fuchsia. HEX triplet: BC, 75 and B7. RGB value is (188,117,183). Sum of RGB (Red+Green+Blue) = 188+117+183=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75B7 is #438A48. Grayscale: #919191. Windows color (decimal): -4426313 or 12023228. OLE color: 12023228.

HSL color Cylindrical-coordinate representation of color #BC75B7: hue angle of 304.23º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75B7 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 183 -
CMYK 0 0.38 0.03 0.26
HSL 304.23º 0.35% 0.6% -
HSV(B) 304.23º 0.38% 0.74% -
XYZ 35.65 26.83 48.1 -
YUV 145.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 188 117 183 0 0.38 0.03 0.26 304.23 0.35 0.6
Hex BC 75 B7 0 26 3 1A 130 23 3C
Octal 274 165 267 0 46 3 32 460 43 74
Binary 10111100 1110101 10110111 0 100110 11 11010 100110000 100011 111100

Color Harmonies of #BC75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75B7

Black with #BC75B7

Text Example


Text Example

White with #BC75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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