Html Css Color HEX #B57FFD Biloba Flower

📋 copy color: '#B57FFD'

red 181 ◦ green 127 ◦ blue 253

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

Shades of Biloba Flower #B57FFD

Tints of Biloba Flower #B57FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.64%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 32.26%
G = 22.64%
B = 45.1%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B57FFD (or 0xB57FFD) is known color: Biloba Flower. HEX triplet: B5, 7F and FD. RGB value is (181,127,253). Sum of RGB (Red+Green+Blue) = 181+127+253=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #B57FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FFD is #4A8002. Grayscale: #9D9D9D. Windows color (decimal): -4882435 or 16613301. OLE color: 16613301.

HSL color Cylindrical-coordinate representation of color #B57FFD: hue angle of 265.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57FFD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 127 253 -
CMYK 0.28 0.50 0 0.01
HSL 265.71º 0.97% 0.75% -
HSV(B) 265.71º 0.5% 0.99% -
XYZ 44.38 32.09 96.78 -
YUV 157.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 181 127 253 0.28 0.50 0 0.01 265.71 0.97 0.75
Hex B5 7F FD 1C 32 0 1 10A 61 4B
Octal 265 177 375 34 62 0 1 412 141 113
Binary 10110101 1111111 11111101 11100 110010 0 1 100001010 1100001 1001011

Color Harmonies of #B57FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FFD

Black with #B57FFD

Text Example


Text Example

White with #B57FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FFD; }

 p { color: rgb(181,127,253); }

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

background-color css

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

 a { background-color: rgb(181,127,253); }

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

border-color css

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

 span { border-color: rgb(181,127,253); }

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