Html Css Color HEX #BA83EE Biloba Flower

📋 copy color: '#BA83EE'

red 186 ◦ green 131 ◦ blue 238

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

Shades of Biloba Flower #BA83EE

Tints of Biloba Flower #BA83EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 33.51%
G = 23.6%
B = 42.88%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA83EE (or 0xBA83EE) is known color: Biloba Flower. HEX triplet: BA, 83 and EE. RGB value is (186,131,238). Sum of RGB (Red+Green+Blue) = 186+131+238=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EE is #457C11. Grayscale: #9F9F9F. Windows color (decimal): -4553746 or 15631290. OLE color: 15631290.

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

Color convert

RGB 186 131 238 -
CMYK 0.22 0.45 0 0.07
HSL 270.84º 0.76% 0.72% -
HSV(B) 270.84º 0.45% 0.93% -
XYZ 43.8 32.84 84.92 -
YUV 159.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 186 131 238 0.22 0.45 0 0.07 270.84 0.76 0.72
Hex BA 83 EE 16 2D 0 7 10F 4C 48
Octal 272 203 356 26 55 0 7 417 114 110
Binary 10111010 10000011 11101110 10110 101101 0 111 100001111 1001100 1001000

Color Harmonies of #BA83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83EE

Black with #BA83EE

Text Example


Text Example

White with #BA83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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