Html Css Color HEX #B57DED Biloba Flower

📋 copy color: '#B57DED'

red 181 ◦ green 125 ◦ blue 237

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

Shades of Biloba Flower #B57DED

Tints of Biloba Flower #B57DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

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

R = 33.33%
G = 23.02%
B = 43.65%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B57DED (or 0xB57DED) is known color: Biloba Flower. HEX triplet: B5, 7D and ED. RGB value is (181,125,237). Sum of RGB (Red+Green+Blue) = 181+125+237=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B57DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DED is #4A8212. Grayscale: #9A9A9A. Windows color (decimal): -4882963 or 15564213. OLE color: 15564213.

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

Color convert

RGB 181 125 237 -
CMYK 0.24 0.47 0 0.07
HSL 270º 0.76% 0.71% -
HSV(B) 270º 0.47% 0.93% -
XYZ 41.68 30.61 83.83 -
YUV 154.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 181 125 237 0.24 0.47 0 0.07 270 0.76 0.71
Hex B5 7D ED 18 2F 0 7 10E 4C 47
Octal 265 175 355 30 57 0 7 416 114 107
Binary 10110101 1111101 11101101 11000 101111 0 111 100001110 1001100 1000111

Color Harmonies of #B57DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DED

Black with #B57DED

Text Example


Text Example

White with #B57DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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