Html Css Color HEX #B493D8 Biloba Flower

📋 copy color: '#B493D8'

red 180 ◦ green 147 ◦ blue 216

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

Shades of Biloba Flower #B493D8

Tints of Biloba Flower #B493D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 33.15%
G = 27.07%
B = 39.78%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B493D8 (or 0xB493D8) is known color: Biloba Flower. HEX triplet: B4, 93 and D8. RGB value is (180,147,216). Sum of RGB (Red+Green+Blue) = 180+147+216=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #B493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493D8 is #4B6C27. Grayscale: #A4A4A4. Windows color (decimal): -4942888 or 14193588. OLE color: 14193588.

HSL color Cylindrical-coordinate representation of color #B493D8: hue angle of 268.7º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B493D8 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 147 216 -
CMYK 0.17 0.32 0 0.15
HSL 268.7º 0.47% 0.71% -
HSV(B) 268.7º 0.32% 0.85% -
XYZ 41.65 35.53 69.63 -
YUV 164.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 180 147 216 0.17 0.32 0 0.15 268.7 0.47 0.71
Hex B4 93 D8 11 20 0 F 10D 2F 47
Octal 264 223 330 21 40 0 17 415 57 107
Binary 10110100 10010011 11011000 10001 100000 0 1111 100001101 101111 1000111

Color Harmonies of #B493D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493D8

Black with #B493D8

Text Example


Text Example

White with #B493D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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