Html Css Color HEX #B493F1 Biloba Flower

📋 copy color: '#B493F1'

red 180 ◦ green 147 ◦ blue 241

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

Shades of Biloba Flower #B493F1

Tints of Biloba Flower #B493F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 31.69%
G = 25.88%
B = 42.43%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B493F1 (or 0xB493F1) is known color: Biloba Flower. HEX triplet: B4, 93 and F1. RGB value is (180,147,241). Sum of RGB (Red+Green+Blue) = 180+147+241=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #B493F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493F1 is #4B6C0E. Grayscale: #A7A7A7. Windows color (decimal): -4942863 or 15831988. OLE color: 15831988.

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

Color convert

RGB 180 147 241 -
CMYK 0.25 0.39 0 0.05
HSL 261.06º 0.77% 0.76% -
HSV(B) 261.06º 0.39% 0.95% -
XYZ 45.13 36.92 87.97 -
YUV 167.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 180 147 241 0.25 0.39 0 0.05 261.06 0.77 0.76
Hex B4 93 F1 19 27 0 5 105 4D 4C
Octal 264 223 361 31 47 0 5 405 115 114
Binary 10110100 10010011 11110001 11001 100111 0 101 100000101 1001101 1001100

Color Harmonies of #B493F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493F1

Black with #B493F1

Text Example


Text Example

White with #B493F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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