Html Css Color HEX #BA83ED Biloba Flower

📋 copy color: '#BA83ED'

red 186 ◦ green 131 ◦ blue 237

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

Shades of Biloba Flower #BA83ED

Tints of Biloba Flower #BA83ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 33.57%
G = 23.65%
B = 42.78%

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

#BA83ED (or 0xBA83ED) is known color: Biloba Flower. HEX triplet: BA, 83 and ED. RGB value is (186,131,237). Sum of RGB (Red+Green+Blue) = 186+131+237=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83ED is #457C12. Grayscale: #9F9F9F. Windows color (decimal): -4553747 or 15565754. OLE color: 15565754.

HSL color Cylindrical-coordinate representation of color #BA83ED: hue angle of 271.13º degrees, saturation: 0.75, 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 #BA83ED is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 131 237 -
CMYK 0.22 0.45 0 0.07
HSL 271.13º 0.75% 0.72% -
HSV(B) 271.13º 0.45% 0.93% -
XYZ 43.65 32.79 84.15 -
YUV 159.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 186 131 237 0.22 0.45 0 0.07 271.13 0.75 0.72
Hex BA 83 ED 16 2D 0 7 10F 4B 48
Octal 272 203 355 26 55 0 7 417 113 110
Binary 10111010 10000011 11101101 10110 101101 0 111 100001111 1001011 1001000

Color Harmonies of #BA83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83ED

Black with #BA83ED

Text Example


Text Example

White with #BA83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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