Html Css Color HEX #B57FED Biloba Flower

📋 copy color: '#B57FED'

red 181 ◦ green 127 ◦ blue 237

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

Shades of Biloba Flower #B57FED

Tints of Biloba Flower #B57FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 33.21%
G = 23.3%
B = 43.49%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B57FED (or 0xB57FED) is known color: Biloba Flower. HEX triplet: B5, 7F and ED. RGB value is (181,127,237). Sum of RGB (Red+Green+Blue) = 181+127+237=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #B57FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FED is #4A8012. Grayscale: #9B9B9B. Windows color (decimal): -4882451 or 15564725. OLE color: 15564725.

HSL color Cylindrical-coordinate representation of color #B57FED: hue angle of 269.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B57FED is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 127 237 -
CMYK 0.24 0.46 0 0.07
HSL 269.45º 0.75% 0.71% -
HSV(B) 269.45º 0.46% 0.93% -
XYZ 41.93 31.12 83.92 -
YUV 155.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 181 127 237 0.24 0.46 0 0.07 269.45 0.75 0.71
Hex B5 7F ED 18 2E 0 7 10D 4B 47
Octal 265 177 355 30 56 0 7 415 113 107
Binary 10110101 1111111 11101101 11000 101110 0 111 100001101 1001011 1000111

Color Harmonies of #B57FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FED

Black with #B57FED

Text Example


Text Example

White with #B57FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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