Html Css Color HEX #BC26B2 Fuchsia

📋 copy color: '#BC26B2'

red 188 ◦ green 38 ◦ blue 178

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

Shades of Fuchsia #BC26B2

Tints of Fuchsia #BC26B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.41%

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

R = 46.53%
G = 9.41%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC26B2 (or 0xBC26B2) is known color: Fuchsia. HEX triplet: BC, 26 and B2. RGB value is (188,38,178). Sum of RGB (Red+Green+Blue) = 188+38+178=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26B2 is #43D94D. Grayscale: #626262. Windows color (decimal): -4446542 or 11675324. OLE color: 11675324.

HSL color Cylindrical-coordinate representation of color #BC26B2: hue angle of 304º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26B2 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 178 -
CMYK 0 0.80 0.05 0.26
HSL 304º 0.66% 0.44% -
HSV(B) 304º 0.8% 0.74% -
XYZ 29.47 15.29 43.52 -
YUV 98.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 188 38 178 0 0.80 0.05 0.26 304 0.66 0.44
Hex BC 26 B2 0 50 5 1A 130 42 2C
Octal 274 46 262 0 120 5 32 460 102 54
Binary 10111100 100110 10110010 0 1010000 101 11010 100110000 1000010 101100

Color Harmonies of #BC26B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26B2

Black with #BC26B2

Text Example


Text Example

White with #BC26B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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