Html Css Color HEX #BA85EA Biloba Flower

📋 copy color: '#BA85EA'

red 186 ◦ green 133 ◦ blue 234

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

Shades of Biloba Flower #BA85EA

Tints of Biloba Flower #BA85EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.05%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 33.63%
G = 24.05%
B = 42.31%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA85EA (or 0xBA85EA) is known color: Biloba Flower. HEX triplet: BA, 85 and EA. RGB value is (186,133,234). Sum of RGB (Red+Green+Blue) = 186+133+234=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EA is #457A15. Grayscale: #A0A0A0. Windows color (decimal): -4553238 or 15369658. OLE color: 15369658.

HSL color Cylindrical-coordinate representation of color #BA85EA: hue angle of 271.49º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA85EA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 133 234 -
CMYK 0.21 0.43 0 0.08
HSL 271.49º 0.71% 0.72% -
HSV(B) 271.49º 0.43% 0.92% -
XYZ 43.49 33.15 81.95 -
YUV 160.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 186 133 234 0.21 0.43 0 0.08 271.49 0.71 0.72
Hex BA 85 EA 15 2B 0 8 10F 47 48
Octal 272 205 352 25 53 0 10 417 107 110
Binary 10111010 10000101 11101010 10101 101011 0 1000 100001111 1000111 1001000

Color Harmonies of #BA85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85EA

Black with #BA85EA

Text Example


Text Example

White with #BA85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85EA; }

 p { color: rgb(186,133,234); }

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

background-color css

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

 a { background-color: rgb(186,133,234); }

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

border-color css

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

 span { border-color: rgb(186,133,234); }

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