Html Css Color HEX #BA93CF Wisteria

📋 copy color: '#BA93CF'

red 186 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #BA93CF

Tints of Wisteria #BA93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 34.44%
G = 27.22%
B = 38.33%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA93CF (or 0xBA93CF) is known color: Wisteria. HEX triplet: BA, 93 and CF. RGB value is (186,147,207). Sum of RGB (Red+Green+Blue) = 186+147+207=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93CF is #456C30. Grayscale: #A5A5A5. Windows color (decimal): -4549681 or 13603770. OLE color: 13603770.

HSL color Cylindrical-coordinate representation of color #BA93CF: hue angle of 279º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA93CF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 147 207 -
CMYK 0.10 0.29 0 0.19
HSL 279º 0.38% 0.69% -
HSV(B) 279º 0.29% 0.81% -
XYZ 41.95 35.81 63.73 -
YUV 165.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 186 147 207 0.10 0.29 0 0.19 279 0.38 0.69
Hex BA 93 CF A 1D 0 13 117 26 45
Octal 272 223 317 12 35 0 23 427 46 105
Binary 10111010 10010011 11001111 1010 11101 0 10011 100010111 100110 1000101

Color Harmonies of #BA93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93CF

Black with #BA93CF

Text Example


Text Example

White with #BA93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93CF; }

 p { color: rgb(186,147,207); }

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

background-color css

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

 a { background-color: rgb(186,147,207); }

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

border-color css

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

 span { border-color: rgb(186,147,207); }

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