Html Css Color HEX #BA83EB Biloba Flower

📋 copy color: '#BA83EB'

red 186 ◦ green 131 ◦ blue 235

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

Shades of Biloba Flower #BA83EB

Tints of Biloba Flower #BA83EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 33.7%
G = 23.73%
B = 42.57%

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

#BA83EB (or 0xBA83EB) is known color: Biloba Flower. HEX triplet: BA, 83 and EB. RGB value is (186,131,235). Sum of RGB (Red+Green+Blue) = 186+131+235=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA83EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EB is #457C14. Grayscale: #9E9E9E. Windows color (decimal): -4553749 or 15434682. OLE color: 15434682.

HSL color Cylindrical-coordinate representation of color #BA83EB: hue angle of 271.73º degrees, saturation: 0.72, 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 #BA83EB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 131 235 -
CMYK 0.21 0.44 0 0.08
HSL 271.73º 0.72% 0.72% -
HSV(B) 271.73º 0.44% 0.92% -
XYZ 43.36 32.67 82.62 -
YUV 159.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 186 131 235 0.21 0.44 0 0.08 271.73 0.72 0.72
Hex BA 83 EB 15 2C 0 8 110 48 48
Octal 272 203 353 25 54 0 10 420 110 110
Binary 10111010 10000011 11101011 10101 101100 0 1000 100010000 1001000 1001000

Color Harmonies of #BA83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83EB

Black with #BA83EB

Text Example


Text Example

White with #BA83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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