Html Css Color HEX #BA89FD Biloba Flower

📋 copy color: '#BA89FD'

red 186 ◦ green 137 ◦ blue 253

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

Shades of Biloba Flower #BA89FD

Tints of Biloba Flower #BA89FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.78%

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 32.29%
G = 23.78%
B = 43.92%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA89FD (or 0xBA89FD) is known color: Biloba Flower. HEX triplet: BA, 89 and FD. RGB value is (186,137,253). Sum of RGB (Red+Green+Blue) = 186+137+253=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89FD is #457602. Grayscale: #A4A4A4. Windows color (decimal): -4552195 or 16615866. OLE color: 16615866.

HSL color Cylindrical-coordinate representation of color #BA89FD: hue angle of 265.34º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA89FD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 137 253 -
CMYK 0.26 0.46 0 0.01
HSL 265.34º 0.97% 0.76% -
HSV(B) 265.34º 0.46% 0.99% -
XYZ 46.92 35.42 97.29 -
YUV 164.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 186 137 253 0.26 0.46 0 0.01 265.34 0.97 0.76
Hex BA 89 FD 1A 2E 0 1 109 61 4C
Octal 272 211 375 32 56 0 1 411 141 114
Binary 10111010 10001001 11111101 11010 101110 0 1 100001001 1100001 1001100

Color Harmonies of #BA89FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89FD

Black with #BA89FD

Text Example


Text Example

White with #BA89FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89FD; }

 p { color: rgb(186,137,253); }

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

background-color css

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

 a { background-color: rgb(186,137,253); }

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

border-color css

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

 span { border-color: rgb(186,137,253); }

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