Html Css Color HEX #B57EDA Biloba Flower

📋 copy color: '#B57EDA'

red 181 ◦ green 126 ◦ blue 218

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

Shades of Biloba Flower #B57EDA

Tints of Biloba Flower #B57EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

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

R = 34.48%
G = 24%
B = 41.52%

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

#B57EDA (or 0xB57EDA) is known color: Biloba Flower. HEX triplet: B5, 7E and DA. RGB value is (181,126,218). Sum of RGB (Red+Green+Blue) = 181+126+218=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EDA is #4A8125. Grayscale: #989898. Windows color (decimal): -4882726 or 14319285. OLE color: 14319285.

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

Color convert

RGB 181 126 218 -
CMYK 0.17 0.42 0 0.15
HSL 275.87º 0.55% 0.67% -
HSV(B) 275.87º 0.42% 0.85% -
XYZ 39.17 29.81 70.02 -
YUV 152.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 181 126 218 0.17 0.42 0 0.15 275.87 0.55 0.67
Hex B5 7E DA 11 2A 0 F 114 37 43
Octal 265 176 332 21 52 0 17 424 67 103
Binary 10110101 1111110 11011010 10001 101010 0 1111 100010100 110111 1000011

Color Harmonies of #B57EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EDA

Black with #B57EDA

Text Example


Text Example

White with #B57EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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