Html Css Color HEX #BA85EE Biloba Flower

📋 copy color: '#BA85EE'

red 186 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #BA85EE

Tints of Biloba Flower #BA85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 33.39%
G = 23.88%
B = 42.73%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA85EE (or 0xBA85EE) is known color: Biloba Flower. HEX triplet: BA, 85 and EE. RGB value is (186,133,238). Sum of RGB (Red+Green+Blue) = 186+133+238=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EE is #457A11. Grayscale: #A0A0A0. Windows color (decimal): -4553234 or 15631802. OLE color: 15631802.

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

Color convert

RGB 186 133 238 -
CMYK 0.22 0.44 0 0.07
HSL 270.29º 0.76% 0.73% -
HSV(B) 270.29º 0.44% 0.93% -
XYZ 44.07 33.39 85.01 -
YUV 160.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 186 133 238 0.22 0.44 0 0.07 270.29 0.76 0.73
Hex BA 85 EE 16 2C 0 7 10E 4C 49
Octal 272 205 356 26 54 0 7 416 114 111
Binary 10111010 10000101 11101110 10110 101100 0 111 100001110 1001100 1001001

Color Harmonies of #BA85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85EE

Black with #BA85EE

Text Example


Text Example

White with #BA85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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