Html Css Color HEX #BA83E6 Biloba Flower

📋 copy color: '#BA83E6'

red 186 ◦ green 131 ◦ blue 230

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

Shades of Biloba Flower #BA83E6

Tints of Biloba Flower #BA83E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 34%
G = 23.95%
B = 42.05%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA83E6 (or 0xBA83E6) is known color: Biloba Flower. HEX triplet: BA, 83 and E6. RGB value is (186,131,230). Sum of RGB (Red+Green+Blue) = 186+131+230=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA83E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83E6 is #457C19. Grayscale: #9E9E9E. Windows color (decimal): -4553754 or 15107002. OLE color: 15107002.

HSL color Cylindrical-coordinate representation of color #BA83E6: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA83E6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 131 230 -
CMYK 0.19 0.43 0 0.10
HSL 273.33º 0.66% 0.71% -
HSV(B) 273.33º 0.43% 0.9% -
XYZ 42.65 32.38 78.87 -
YUV 158.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 186 131 230 0.19 0.43 0 0.10 273.33 0.66 0.71
Hex BA 83 E6 13 2B 0 A 111 42 47
Octal 272 203 346 23 53 0 12 421 102 107
Binary 10111010 10000011 11100110 10011 101011 0 1010 100010001 1000010 1000111

Color Harmonies of #BA83E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83E6

Black with #BA83E6

Text Example


Text Example

White with #BA83E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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