Html Css Color HEX #BA85E6 Biloba Flower

📋 copy color: '#BA85E6'

red 186 ◦ green 133 ◦ blue 230

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

Shades of Biloba Flower #BA85E6

Tints of Biloba Flower #BA85E6

RGB

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

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

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

R = 33.88%
G = 24.23%
B = 41.89%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA85E6 (or 0xBA85E6) is known color: Biloba Flower. HEX triplet: BA, 85 and E6. RGB value is (186,133,230). Sum of RGB (Red+Green+Blue) = 186+133+230=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85E6 is #457A19. Grayscale: #9F9F9F. Windows color (decimal): -4553242 or 15107514. OLE color: 15107514.

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

Color convert

RGB 186 133 230 -
CMYK 0.19 0.42 0 0.10
HSL 272.78º 0.66% 0.71% -
HSV(B) 272.78º 0.42% 0.9% -
XYZ 42.92 32.93 78.96 -
YUV 159.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 186 133 230 0.19 0.42 0 0.10 272.78 0.66 0.71
Hex BA 85 E6 13 2A 0 A 111 42 47
Octal 272 205 346 23 52 0 12 421 102 107
Binary 10111010 10000101 11100110 10011 101010 0 1010 100010001 1000010 1000111

Color Harmonies of #BA85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85E6

Black with #BA85E6

Text Example


Text Example

White with #BA85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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