Html Css Color HEX #BA93E6 Biloba Flower

📋 copy color: '#BA93E6'

red 186 ◦ green 147 ◦ blue 230

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

Shades of Biloba Flower #BA93E6

Tints of Biloba Flower #BA93E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 33.04%
G = 26.11%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA93E6 (or 0xBA93E6) is known color: Biloba Flower. HEX triplet: BA, 93 and E6. RGB value is (186,147,230). Sum of RGB (Red+Green+Blue) = 186+147+230=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93E6 is #456C19. Grayscale: #A7A7A7. Windows color (decimal): -4549658 or 15111098. OLE color: 15111098.

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

Color convert

RGB 186 147 230 -
CMYK 0.19 0.36 0 0.10
HSL 268.19º 0.62% 0.74% -
HSV(B) 268.19º 0.36% 0.9% -
XYZ 44.97 37.02 79.64 -
YUV 168.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 186 147 230 0.19 0.36 0 0.10 268.19 0.62 0.74
Hex BA 93 E6 13 24 0 A 10C 3E 4A
Octal 272 223 346 23 44 0 12 414 76 112
Binary 10111010 10010011 11100110 10011 100100 0 1010 100001100 111110 1001010

Color Harmonies of #BA93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93E6

Black with #BA93E6

Text Example


Text Example

White with #BA93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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