Html Css Color HEX #BA7FDA Wisteria

📋 copy color: '#BA7FDA'

red 186 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #BA7FDA

Tints of Wisteria #BA7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 35.03%
G = 23.92%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA7FDA (or 0xBA7FDA) is known color: Wisteria. HEX triplet: BA, 7F and DA. RGB value is (186,127,218). Sum of RGB (Red+Green+Blue) = 186+127+218=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FDA is #458025. Grayscale: #9A9A9A. Windows color (decimal): -4554790 or 14319546. OLE color: 14319546.

HSL color Cylindrical-coordinate representation of color #BA7FDA: hue angle of 278.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7FDA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 127 218 -
CMYK 0.15 0.42 0 0.15
HSL 278.9º 0.55% 0.68% -
HSV(B) 278.9º 0.42% 0.85% -
XYZ 40.49 30.68 70.12 -
YUV 155.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 186 127 218 0.15 0.42 0 0.15 278.9 0.55 0.68
Hex BA 7F DA F 2A 0 F 117 37 44
Octal 272 177 332 17 52 0 17 427 67 104
Binary 10111010 1111111 11011010 1111 101010 0 1111 100010111 110111 1000100

Color Harmonies of #BA7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FDA

Black with #BA7FDA

Text Example


Text Example

White with #BA7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FDA; }

 p { color: rgb(186,127,218); }

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

background-color css

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

 a { background-color: rgb(186,127,218); }

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

border-color css

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

 span { border-color: rgb(186,127,218); }

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