Html Css Color HEX #BA92E0 Biloba Flower

📋 copy color: '#BA92E0'

red 186 ◦ green 146 ◦ blue 224

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

Shades of Biloba Flower #BA92E0

Tints of Biloba Flower #BA92E0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.26%

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 33.45%
G = 26.26%
B = 40.29%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA92E0 (or 0xBA92E0) is known color: Biloba Flower. HEX triplet: BA, 92 and E0. RGB value is (186,146,224). Sum of RGB (Red+Green+Blue) = 186+146+224=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92E0 is #456D1F. Grayscale: #A6A6A6. Windows color (decimal): -4549920 or 14717626. OLE color: 14717626.

HSL color Cylindrical-coordinate representation of color #BA92E0: hue angle of 270.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA92E0 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 146 224 -
CMYK 0.17 0.35 0 0.12
HSL 270.77º 0.56% 0.73% -
HSV(B) 270.77º 0.35% 0.88% -
XYZ 43.98 36.38 75.22 -
YUV 166.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 186 146 224 0.17 0.35 0 0.12 270.77 0.56 0.73
Hex BA 92 E0 11 23 0 C 10F 38 49
Octal 272 222 340 21 43 0 14 417 70 111
Binary 10111010 10010010 11100000 10001 100011 0 1100 100001111 111000 1001001

Color Harmonies of #BA92E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92E0

Black with #BA92E0

Text Example


Text Example

White with #BA92E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92E0; }

 p { color: rgb(186,146,224); }

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

background-color css

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

 a { background-color: rgb(186,146,224); }

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

border-color css

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

 span { border-color: rgb(186,146,224); }

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