Html Css Color HEX #BC72B2 Fuchsia

📋 copy color: '#BC72B2'

red 188 ◦ green 114 ◦ blue 178

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

Shades of Fuchsia #BC72B2

Tints of Fuchsia #BC72B2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.75%

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 39.17%
G = 23.75%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC72B2 (or 0xBC72B2) is known color: Fuchsia. HEX triplet: BC, 72 and B2. RGB value is (188,114,178). Sum of RGB (Red+Green+Blue) = 188+114+178=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72B2 is #438D4D. Grayscale: #8F8F8F. Windows color (decimal): -4427086 or 11694780. OLE color: 11694780.

HSL color Cylindrical-coordinate representation of color #BC72B2: hue angle of 308.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC72B2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 178 -
CMYK 0 0.39 0.05 0.26
HSL 308.11º 0.36% 0.59% -
HSV(B) 308.11º 0.39% 0.74% -
XYZ 34.79 25.94 45.29 -
YUV 143.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 188 114 178 0 0.39 0.05 0.26 308.11 0.36 0.59
Hex BC 72 B2 0 27 5 1A 134 24 3B
Octal 274 162 262 0 47 5 32 464 44 73
Binary 10111100 1110010 10110010 0 100111 101 11010 100110100 100100 111011

Color Harmonies of #BC72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72B2

Black with #BC72B2

Text Example


Text Example

White with #BC72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72B2; }

 p { color: rgb(188,114,178); }

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

background-color css

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

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

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

border-color css

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

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

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