Html Css Color HEX #BA68C3 Fuchsia

📋 copy color: '#BA68C3'

red 186 ◦ green 104 ◦ blue 195

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

Shades of Fuchsia #BA68C3

Tints of Fuchsia #BA68C3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 38.35%
G = 21.44%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA68C3 (or 0xBA68C3) is known color: Fuchsia. HEX triplet: BA, 68 and C3. RGB value is (186,104,195). Sum of RGB (Red+Green+Blue) = 186+104+195=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA68C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C3 is #45973C. Grayscale: #8A8A8A. Windows color (decimal): -4560701 or 12806330. OLE color: 12806330.

HSL color Cylindrical-coordinate representation of color #BA68C3: hue angle of 294.07º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA68C3 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 104 195 -
CMYK 0.05 0.47 0 0.24
HSL 294.07º 0.43% 0.59% -
HSV(B) 294.07º 0.47% 0.76% -
XYZ 35.05 24.28 54.47 -
YUV 138.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 186 104 195 0.05 0.47 0 0.24 294.07 0.43 0.59
Hex BA 68 C3 5 2F 0 18 126 2B 3B
Octal 272 150 303 5 57 0 30 446 53 73
Binary 10111010 1101000 11000011 101 101111 0 11000 100100110 101011 111011

Color Harmonies of #BA68C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68C3

Black with #BA68C3

Text Example


Text Example

White with #BA68C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68C3; }

 p { color: rgb(186,104,195); }

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

background-color css

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

 a { background-color: rgb(186,104,195); }

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

border-color css

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

 span { border-color: rgb(186,104,195); }

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