Html Css Color HEX #BA85EB Biloba Flower

📋 copy color: '#BA85EB'

red 186 ◦ green 133 ◦ blue 235

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

Shades of Biloba Flower #BA85EB

Tints of Biloba Flower #BA85EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.01%

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

R = 33.57%
G = 24.01%
B = 42.42%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA85EB (or 0xBA85EB) is known color: Biloba Flower. HEX triplet: BA, 85 and EB. RGB value is (186,133,235). Sum of RGB (Red+Green+Blue) = 186+133+235=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EB is #457A14. Grayscale: #A0A0A0. Windows color (decimal): -4553237 or 15435194. OLE color: 15435194.

HSL color Cylindrical-coordinate representation of color #BA85EB: hue angle of 271.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA85EB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 133 235 -
CMYK 0.21 0.43 0 0.08
HSL 271.18º 0.72% 0.72% -
HSV(B) 271.18º 0.43% 0.92% -
XYZ 43.63 33.21 82.71 -
YUV 160.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 186 133 235 0.21 0.43 0 0.08 271.18 0.72 0.72
Hex BA 85 EB 15 2B 0 8 10F 48 48
Octal 272 205 353 25 53 0 10 417 110 110
Binary 10111010 10000101 11101011 10101 101011 0 1000 100001111 1001000 1001000

Color Harmonies of #BA85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85EB

Black with #BA85EB

Text Example


Text Example

White with #BA85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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