Html Css Color HEX #B57FDA Biloba Flower

📋 copy color: '#B57FDA'

red 181 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #B57FDA

Tints of Biloba Flower #B57FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 34.41%
G = 24.14%
B = 41.44%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B57FDA (or 0xB57FDA) is known color: Biloba Flower. HEX triplet: B5, 7F and DA. RGB value is (181,127,218). Sum of RGB (Red+Green+Blue) = 181+127+218=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #B57FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDA is #4A8025. Grayscale: #999999. Windows color (decimal): -4882470 or 14319541. OLE color: 14319541.

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

Color convert

RGB 181 127 218 -
CMYK 0.17 0.42 0 0.15
HSL 275.6º 0.55% 0.68% -
HSV(B) 275.6º 0.42% 0.85% -
XYZ 39.3 30.06 70.06 -
YUV 153.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 181 127 218 0.17 0.42 0 0.15 275.6 0.55 0.68
Hex B5 7F DA 11 2A 0 F 114 37 44
Octal 265 177 332 21 52 0 17 424 67 104
Binary 10110101 1111111 11011010 10001 101010 0 1111 100010100 110111 1000100

Color Harmonies of #B57FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FDA

Black with #B57FDA

Text Example


Text Example

White with #B57FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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