Html Css Color HEX #BA8BE9 Biloba Flower

📋 copy color: '#BA8BE9'

red 186 ◦ green 139 ◦ blue 233

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

Shades of Biloba Flower #BA8BE9

Tints of Biloba Flower #BA8BE9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.91%

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 33.33%
G = 24.91%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA8BE9 (or 0xBA8BE9) is known color: Biloba Flower. HEX triplet: BA, 8B and E9. RGB value is (186,139,233). Sum of RGB (Red+Green+Blue) = 186+139+233=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BE9 is #457416. Grayscale: #A3A3A3. Windows color (decimal): -4551703 or 15305658. OLE color: 15305658.

HSL color Cylindrical-coordinate representation of color #BA8BE9: hue angle of 270º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8BE9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 139 233 -
CMYK 0.20 0.40 0 0.09
HSL 270º 0.68% 0.73% -
HSV(B) 270º 0.4% 0.91% -
XYZ 44.19 34.79 81.48 -
YUV 163.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 186 139 233 0.20 0.40 0 0.09 270 0.68 0.73
Hex BA 8B E9 14 28 0 9 10E 44 49
Octal 272 213 351 24 50 0 11 416 104 111
Binary 10111010 10001011 11101001 10100 101000 0 1001 100001110 1000100 1001001

Color Harmonies of #BA8BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BE9

Black with #BA8BE9

Text Example


Text Example

White with #BA8BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BE9; }

 p { color: rgb(186,139,233); }

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

background-color css

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

 a { background-color: rgb(186,139,233); }

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

border-color css

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

 span { border-color: rgb(186,139,233); }

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