Html Css Color HEX #BA8BE6 Biloba Flower

📋 copy color: '#BA8BE6'

red 186 ◦ green 139 ◦ blue 230

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

Shades of Biloba Flower #BA8BE6

Tints of Biloba Flower #BA8BE6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.05%

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

R = 33.51%
G = 25.05%
B = 41.44%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA8BE6 (or 0xBA8BE6) is known color: Biloba Flower. HEX triplet: BA, 8B and E6. RGB value is (186,139,230). Sum of RGB (Red+Green+Blue) = 186+139+230=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BE6 is #457419. Grayscale: #A3A3A3. Windows color (decimal): -4551706 or 15109050. OLE color: 15109050.

HSL color Cylindrical-coordinate representation of color #BA8BE6: hue angle of 270.99º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8BE6 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 139 230 -
CMYK 0.19 0.40 0 0.10
HSL 270.99º 0.65% 0.72% -
HSV(B) 270.99º 0.4% 0.9% -
XYZ 43.77 34.62 79.24 -
YUV 163.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 186 139 230 0.19 0.40 0 0.10 270.99 0.65 0.72
Hex BA 8B E6 13 28 0 A 10F 41 48
Octal 272 213 346 23 50 0 12 417 101 110
Binary 10111010 10001011 11100110 10011 101000 0 1010 100001111 1000001 1001000

Color Harmonies of #BA8BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BE6

Black with #BA8BE6

Text Example


Text Example

White with #BA8BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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