Html Css Color HEX #BA6BBB Fuchsia

📋 copy color: '#BA6BBB'

red 186 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #BA6BBB

Tints of Fuchsia #BA6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 38.75%
G = 22.29%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA6BBB (or 0xBA6BBB) is known color: Fuchsia. HEX triplet: BA, 6B and BB. RGB value is (186,107,187). Sum of RGB (Red+Green+Blue) = 186+107+187=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BBB is #459444. Grayscale: #8B8B8B. Windows color (decimal): -4559941 or 12282810. OLE color: 12282810.

HSL color Cylindrical-coordinate representation of color #BA6BBB: hue angle of 299.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6BBB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 187 -
CMYK 0.01 0.43 0 0.27
HSL 299.25º 0.37% 0.58% -
HSV(B) 299.25º 0.43% 0.73% -
XYZ 34.48 24.54 49.93 -
YUV 139.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 186 107 187 0.01 0.43 0 0.27 299.25 0.37 0.58
Hex BA 6B BB 1 2B 0 1B 12B 25 3A
Octal 272 153 273 1 53 0 33 453 45 72
Binary 10111010 1101011 10111011 1 101011 0 11011 100101011 100101 111010

Color Harmonies of #BA6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BBB

Black with #BA6BBB

Text Example


Text Example

White with #BA6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BBB; }

 p { color: rgb(186,107,187); }

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

background-color css

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

 a { background-color: rgb(186,107,187); }

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

border-color css

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

 span { border-color: rgb(186,107,187); }

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