Html Css Color HEX #BA8BE7 Biloba Flower

📋 copy color: '#BA8BE7'

red 186 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #BA8BE7

Tints of Biloba Flower #BA8BE7

RGB

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

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

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

R = 33.45%
G = 25%
B = 41.55%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA8BE7 (or 0xBA8BE7) is known color: Biloba Flower. HEX triplet: BA, 8B and E7. RGB value is (186,139,231). Sum of RGB (Red+Green+Blue) = 186+139+231=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA8BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BE7 is #457418. Grayscale: #A3A3A3. Windows color (decimal): -4551705 or 15174586. OLE color: 15174586.

HSL color Cylindrical-coordinate representation of color #BA8BE7: hue angle of 270.65º degrees, saturation: 0.66, 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 #BA8BE7 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 139 231 -
CMYK 0.19 0.40 0 0.09
HSL 270.65º 0.66% 0.73% -
HSV(B) 270.65º 0.4% 0.91% -
XYZ 43.91 34.67 79.98 -
YUV 163.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 186 139 231 0.19 0.40 0 0.09 270.65 0.66 0.73
Hex BA 8B E7 13 28 0 9 10F 42 49
Octal 272 213 347 23 50 0 11 417 102 111
Binary 10111010 10001011 11100111 10011 101000 0 1001 100001111 1000010 1001001

Color Harmonies of #BA8BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BE7

Black with #BA8BE7

Text Example


Text Example

White with #BA8BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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