Html Css Color HEX #B493E5 Biloba Flower

📋 copy color: '#B493E5'

red 180 ◦ green 147 ◦ blue 229

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

Shades of Biloba Flower #B493E5

Tints of Biloba Flower #B493E5

RGB

 RED value IS 180 (70.7% from 255) = 32.37%

 GREEN value IS 147 (57.81% from 255) = 26.44%

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 32.37%
G = 26.44%
B = 41.19%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B493E5 (or 0xB493E5) is known color: Biloba Flower. HEX triplet: B4, 93 and E5. RGB value is (180,147,229). Sum of RGB (Red+Green+Blue) = 180+147+229=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #B493E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493E5 is #4B6C1A. Grayscale: #A5A5A5. Windows color (decimal): -4942875 or 15045556. OLE color: 15045556.

HSL color Cylindrical-coordinate representation of color #B493E5: hue angle of 264.15º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B493E5 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 147 229 -
CMYK 0.21 0.36 0 0.10
HSL 264.15º 0.61% 0.74% -
HSV(B) 264.15º 0.36% 0.9% -
XYZ 43.4 36.23 78.83 -
YUV 166.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 180 147 229 0.21 0.36 0 0.10 264.15 0.61 0.74
Hex B4 93 E5 15 24 0 A 108 3D 4A
Octal 264 223 345 25 44 0 12 410 75 112
Binary 10110100 10010011 11100101 10101 100100 0 1010 100001000 111101 1001010

Color Harmonies of #B493E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493E5

Black with #B493E5

Text Example


Text Example

White with #B493E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493E5; }

 p { color: rgb(180,147,229); }

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

background-color css

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

 a { background-color: rgb(180,147,229); }

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

border-color css

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

 span { border-color: rgb(180,147,229); }

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