Html Css Color HEX #BA82EE Biloba Flower

📋 copy color: '#BA82EE'

red 186 ◦ green 130 ◦ blue 238

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

Shades of Biloba Flower #BA82EE

Tints of Biloba Flower #BA82EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 33.57%
G = 23.47%
B = 42.96%

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

#BA82EE (or 0xBA82EE) is known color: Biloba Flower. HEX triplet: BA, 82 and EE. RGB value is (186,130,238). Sum of RGB (Red+Green+Blue) = 186+130+238=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82EE is #457D11. Grayscale: #9E9E9E. Windows color (decimal): -4554002 or 15631034. OLE color: 15631034.

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

Color convert

RGB 186 130 238 -
CMYK 0.22 0.45 0 0.07
HSL 271.11º 0.76% 0.72% -
HSV(B) 271.11º 0.45% 0.93% -
XYZ 43.66 32.58 84.88 -
YUV 159.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 186 130 238 0.22 0.45 0 0.07 271.11 0.76 0.72
Hex BA 82 EE 16 2D 0 7 10F 4C 48
Octal 272 202 356 26 55 0 7 417 114 110
Binary 10111010 10000010 11101110 10110 101101 0 111 100001111 1001100 1001000

Color Harmonies of #BA82EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82EE

Black with #BA82EE

Text Example


Text Example

White with #BA82EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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