Html Css Color HEX #B493F0 Biloba Flower

📋 copy color: '#B493F0'

red 180 ◦ green 147 ◦ blue 240

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

Shades of Biloba Flower #B493F0

Tints of Biloba Flower #B493F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 31.75%
G = 25.93%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B493F0 (or 0xB493F0) is known color: Biloba Flower. HEX triplet: B4, 93 and F0. RGB value is (180,147,240). Sum of RGB (Red+Green+Blue) = 180+147+240=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B493F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493F0 is #4B6C0F. Grayscale: #A7A7A7. Windows color (decimal): -4942864 or 15766452. OLE color: 15766452.

HSL color Cylindrical-coordinate representation of color #B493F0: hue angle of 261.29º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B493F0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 147 240 -
CMYK 0.25 0.39 0 0.06
HSL 261.29º 0.76% 0.76% -
HSV(B) 261.29º 0.39% 0.94% -
XYZ 44.98 36.86 87.18 -
YUV 167.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 180 147 240 0.25 0.39 0 0.06 261.29 0.76 0.76
Hex B4 93 F0 19 27 0 6 105 4C 4C
Octal 264 223 360 31 47 0 6 405 114 114
Binary 10110100 10010011 11110000 11001 100111 0 110 100000101 1001100 1001100

Color Harmonies of #B493F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493F0

Black with #B493F0

Text Example


Text Example

White with #B493F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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