Html Css Color HEX #BA91ED Biloba Flower

📋 copy color: '#BA91ED'

red 186 ◦ green 145 ◦ blue 237

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

Shades of Biloba Flower #BA91ED

Tints of Biloba Flower #BA91ED

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.53%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 32.75%
G = 25.53%
B = 41.73%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA91ED (or 0xBA91ED) is known color: Biloba Flower. HEX triplet: BA, 91 and ED. RGB value is (186,145,237). Sum of RGB (Red+Green+Blue) = 186+145+237=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91ED is #456E12. Grayscale: #A7A7A7. Windows color (decimal): -4550163 or 15569338. OLE color: 15569338.

HSL color Cylindrical-coordinate representation of color #BA91ED: hue angle of 266.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA91ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 145 237 -
CMYK 0.22 0.39 0 0.07
HSL 266.74º 0.72% 0.75% -
HSV(B) 266.74º 0.39% 0.93% -
XYZ 45.66 36.8 84.82 -
YUV 167.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 186 145 237 0.22 0.39 0 0.07 266.74 0.72 0.75
Hex BA 91 ED 16 27 0 7 10B 48 4B
Octal 272 221 355 26 47 0 7 413 110 113
Binary 10111010 10010001 11101101 10110 100111 0 111 100001011 1001000 1001011

Color Harmonies of #BA91ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91ED

Black with #BA91ED

Text Example


Text Example

White with #BA91ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91ED; }

 p { color: rgb(186,145,237); }

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

background-color css

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

 a { background-color: rgb(186,145,237); }

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

border-color css

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

 span { border-color: rgb(186,145,237); }

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