Html Css Color HEX #BA74B6 Fuchsia

📋 copy color: '#BA74B6'

red 186 ◦ green 116 ◦ blue 182

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

Shades of Fuchsia #BA74B6

Tints of Fuchsia #BA74B6

RGB

 RED value IS 186 (73.05% from 255) = 38.43%

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 38.43%
G = 23.97%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA74B6 (or 0xBA74B6) is known color: Fuchsia. HEX triplet: BA, 74 and B6. RGB value is (186,116,182). Sum of RGB (Red+Green+Blue) = 186+116+182=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74B6 is #458B49. Grayscale: #909090. Windows color (decimal): -4557642 or 11957434. OLE color: 11957434.

HSL color Cylindrical-coordinate representation of color #BA74B6: hue angle of 303.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA74B6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 182 -
CMYK 0 0.38 0.02 0.27
HSL 303.43º 0.34% 0.59% -
HSV(B) 303.43º 0.38% 0.73% -
XYZ 34.94 26.31 47.49 -
YUV 144.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 186 116 182 0 0.38 0.02 0.27 303.43 0.34 0.59
Hex BA 74 B6 0 26 2 1B 12F 22 3B
Octal 272 164 266 0 46 2 33 457 42 73
Binary 10111010 1110100 10110110 0 100110 10 11011 100101111 100010 111011

Color Harmonies of #BA74B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74B6

Black with #BA74B6

Text Example


Text Example

White with #BA74B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74B6; }

 p { color: rgb(186,116,182); }

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

background-color css

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

 a { background-color: rgb(186,116,182); }

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

border-color css

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

 span { border-color: rgb(186,116,182); }

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