Html Css Color HEX #BA83EA Biloba Flower

📋 copy color: '#BA83EA'

red 186 ◦ green 131 ◦ blue 234

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

Shades of Biloba Flower #BA83EA

Tints of Biloba Flower #BA83EA

RGB

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

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

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

R = 33.76%
G = 23.77%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA83EA (or 0xBA83EA) is known color: Biloba Flower. HEX triplet: BA, 83 and EA. RGB value is (186,131,234). Sum of RGB (Red+Green+Blue) = 186+131+234=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA83EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EA is #457C15. Grayscale: #9E9E9E. Windows color (decimal): -4553750 or 15369146. OLE color: 15369146.

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

Color convert

RGB 186 131 234 -
CMYK 0.21 0.44 0 0.08
HSL 272.04º 0.71% 0.72% -
HSV(B) 272.04º 0.44% 0.92% -
XYZ 43.22 32.61 81.86 -
YUV 159.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 186 131 234 0.21 0.44 0 0.08 272.04 0.71 0.72
Hex BA 83 EA 15 2C 0 8 110 47 48
Octal 272 203 352 25 54 0 10 420 107 110
Binary 10111010 10000011 11101010 10101 101100 0 1000 100010000 1000111 1001000

Color Harmonies of #BA83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83EA

Black with #BA83EA

Text Example


Text Example

White with #BA83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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