Html Css Color HEX #B57BED Biloba Flower

📋 copy color: '#B57BED'

red 181 ◦ green 123 ◦ blue 237

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

Shades of Biloba Flower #B57BED

Tints of Biloba Flower #B57BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.74%

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

R = 33.46%
G = 22.74%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B57BED (or 0xB57BED) is known color: Biloba Flower. HEX triplet: B5, 7B and ED. RGB value is (181,123,237). Sum of RGB (Red+Green+Blue) = 181+123+237=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B57BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BED is #4A8412. Grayscale: #989898. Windows color (decimal): -4883475 or 15563701. OLE color: 15563701.

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

Color convert

RGB 181 123 237 -
CMYK 0.24 0.48 0 0.07
HSL 270.53º 0.76% 0.71% -
HSV(B) 270.53º 0.48% 0.93% -
XYZ 41.43 30.1 83.75 -
YUV 153.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 181 123 237 0.24 0.48 0 0.07 270.53 0.76 0.71
Hex B5 7B ED 18 30 0 7 10F 4C 47
Octal 265 173 355 30 60 0 7 417 114 107
Binary 10110101 1111011 11101101 11000 110000 0 111 100001111 1001100 1000111

Color Harmonies of #B57BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BED

Black with #B57BED

Text Example


Text Example

White with #B57BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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