Html Css Color HEX #BA8FDF Biloba Flower

📋 copy color: '#BA8FDF'

red 186 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #BA8FDF

Tints of Biloba Flower #BA8FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 33.7%
G = 25.91%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8FDF (or 0xBA8FDF) is known color: Biloba Flower. HEX triplet: BA, 8F and DF. RGB value is (186,143,223). Sum of RGB (Red+Green+Blue) = 186+143+223=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDF is #457020. Grayscale: #A4A4A4. Windows color (decimal): -4550689 or 14651322. OLE color: 14651322.

HSL color Cylindrical-coordinate representation of color #BA8FDF: hue angle of 272.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8FDF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 143 223 -
CMYK 0.17 0.36 0 0.13
HSL 272.25º 0.56% 0.72% -
HSV(B) 272.25º 0.36% 0.87% -
XYZ 43.39 35.41 74.36 -
YUV 164.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 186 143 223 0.17 0.36 0 0.13 272.25 0.56 0.72
Hex BA 8F DF 11 24 0 D 110 38 48
Octal 272 217 337 21 44 0 15 420 70 110
Binary 10111010 10001111 11011111 10001 100100 0 1101 100010000 111000 1001000

Color Harmonies of #BA8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FDF

Black with #BA8FDF

Text Example


Text Example

White with #BA8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FDF; }

 p { color: rgb(186,143,223); }

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

background-color css

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

 a { background-color: rgb(186,143,223); }

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

border-color css

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

 span { border-color: rgb(186,143,223); }

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