Html Css Color HEX #BA82ED Biloba Flower

📋 copy color: '#BA82ED'

red 186 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #BA82ED

Tints of Biloba Flower #BA82ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 33.63%
G = 23.51%
B = 42.86%

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

#BA82ED (or 0xBA82ED) is known color: Biloba Flower. HEX triplet: BA, 82 and ED. RGB value is (186,130,237). Sum of RGB (Red+Green+Blue) = 186+130+237=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82ED is #457D12. Grayscale: #9E9E9E. Windows color (decimal): -4554003 or 15565498. OLE color: 15565498.

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

Color convert

RGB 186 130 237 -
CMYK 0.22 0.45 0 0.07
HSL 271.4º 0.75% 0.72% -
HSV(B) 271.4º 0.45% 0.93% -
XYZ 43.52 32.52 84.1 -
YUV 158.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 186 130 237 0.22 0.45 0 0.07 271.4 0.75 0.72
Hex BA 82 ED 16 2D 0 7 10F 4B 48
Octal 272 202 355 26 55 0 7 417 113 110
Binary 10111010 10000010 11101101 10110 101101 0 111 100001111 1001011 1001000

Color Harmonies of #BA82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82ED

Black with #BA82ED

Text Example


Text Example

White with #BA82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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