Html Css Color HEX #B57DF5 Biloba Flower

📋 copy color: '#B57DF5'

red 181 ◦ green 125 ◦ blue 245

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

Shades of Biloba Flower #B57DF5

Tints of Biloba Flower #B57DF5

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

 GREEN value IS 125 (49.22% from 255) = 22.69%

 BLUE value IS 245 (96.09% from 255) = 44.46%

R = 32.85%
G = 22.69%
B = 44.46%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B57DF5 (or 0xB57DF5) is known color: Biloba Flower. HEX triplet: B5, 7D and F5. RGB value is (181,125,245). Sum of RGB (Red+Green+Blue) = 181+125+245=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #B57DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DF5 is #4A820A. Grayscale: #9B9B9B. Windows color (decimal): -4882955 or 16088501. OLE color: 16088501.

HSL color Cylindrical-coordinate representation of color #B57DF5: hue angle of 268º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B57DF5 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 125 245 -
CMYK 0.26 0.49 0 0.04
HSL 268º 0.86% 0.73% -
HSV(B) 268º 0.49% 0.96% -
XYZ 42.87 31.08 90.13 -
YUV 155.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 181 125 245 0.26 0.49 0 0.04 268 0.86 0.73
Hex B5 7D F5 1A 31 0 4 10C 56 49
Octal 265 175 365 32 61 0 4 414 126 111
Binary 10110101 1111101 11110101 11010 110001 0 100 100001100 1010110 1001001

Color Harmonies of #B57DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DF5

Black with #B57DF5

Text Example


Text Example

White with #B57DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DF5; }

 p { color: rgb(181,125,245); }

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

background-color css

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

 a { background-color: rgb(181,125,245); }

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

border-color css

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

 span { border-color: rgb(181,125,245); }

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