Html Css Color HEX #B57FDE Biloba Flower

📋 copy color: '#B57FDE'

red 181 ◦ green 127 ◦ blue 222

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

Shades of Biloba Flower #B57FDE

Tints of Biloba Flower #B57FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 34.15%
G = 23.96%
B = 41.89%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57FDE (or 0xB57FDE) is known color: Biloba Flower. HEX triplet: B5, 7F and DE. RGB value is (181,127,222). Sum of RGB (Red+Green+Blue) = 181+127+222=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #B57FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDE is #4A8021. Grayscale: #999999. Windows color (decimal): -4882466 or 14581685. OLE color: 14581685.

HSL color Cylindrical-coordinate representation of color #B57FDE: hue angle of 274.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57FDE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 127 222 -
CMYK 0.18 0.43 0 0.13
HSL 274.11º 0.59% 0.68% -
HSV(B) 274.11º 0.43% 0.87% -
XYZ 39.83 30.28 72.85 -
YUV 153.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 181 127 222 0.18 0.43 0 0.13 274.11 0.59 0.68
Hex B5 7F DE 12 2B 0 D 112 3B 44
Octal 265 177 336 22 53 0 15 422 73 104
Binary 10110101 1111111 11011110 10010 101011 0 1101 100010010 111011 1000100

Color Harmonies of #B57FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FDE

Black with #B57FDE

Text Example


Text Example

White with #B57FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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