Html Css Color HEX #BA93E7 Biloba Flower

📋 copy color: '#BA93E7'

red 186 ◦ green 147 ◦ blue 231

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

Shades of Biloba Flower #BA93E7

Tints of Biloba Flower #BA93E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 32.98%
G = 26.06%
B = 40.96%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA93E7 (or 0xBA93E7) is known color: Biloba Flower. HEX triplet: BA, 93 and E7. RGB value is (186,147,231). Sum of RGB (Red+Green+Blue) = 186+147+231=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93E7 is #456C18. Grayscale: #A7A7A7. Windows color (decimal): -4549657 or 15176634. OLE color: 15176634.

HSL color Cylindrical-coordinate representation of color #BA93E7: hue angle of 267.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA93E7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 147 231 -
CMYK 0.19 0.36 0 0.09
HSL 267.86º 0.64% 0.74% -
HSV(B) 267.86º 0.36% 0.91% -
XYZ 45.11 37.08 80.38 -
YUV 168.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 186 147 231 0.19 0.36 0 0.09 267.86 0.64 0.74
Hex BA 93 E7 13 24 0 9 10C 40 4A
Octal 272 223 347 23 44 0 11 414 100 112
Binary 10111010 10010011 11100111 10011 100100 0 1001 100001100 1000000 1001010

Color Harmonies of #BA93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93E7

Black with #BA93E7

Text Example


Text Example

White with #BA93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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