Html Css Color HEX #B57CEB Biloba Flower

📋 copy color: '#B57CEB'

red 181 ◦ green 124 ◦ blue 235

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

Shades of Biloba Flower #B57CEB

Tints of Biloba Flower #B57CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 33.52%
G = 22.96%
B = 43.52%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B57CEB (or 0xB57CEB) is known color: Biloba Flower. HEX triplet: B5, 7C and EB. RGB value is (181,124,235). Sum of RGB (Red+Green+Blue) = 181+124+235=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #B57CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CEB is #4A8314. Grayscale: #999999. Windows color (decimal): -4883221 or 15432885. OLE color: 15432885.

HSL color Cylindrical-coordinate representation of color #B57CEB: hue angle of 270.81º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57CEB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 124 235 -
CMYK 0.23 0.47 0 0.08
HSL 270.81º 0.74% 0.7% -
HSV(B) 270.81º 0.47% 0.92% -
XYZ 41.26 30.24 82.26 -
YUV 153.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 181 124 235 0.23 0.47 0 0.08 270.81 0.74 0.7
Hex B5 7C EB 17 2F 0 8 10F 4A 46
Octal 265 174 353 27 57 0 10 417 112 106
Binary 10110101 1111100 11101011 10111 101111 0 1000 100001111 1001010 1000110

Color Harmonies of #B57CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CEB

Black with #B57CEB

Text Example


Text Example

White with #B57CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CEB; }

 p { color: rgb(181,124,235); }

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

background-color css

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

 a { background-color: rgb(181,124,235); }

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

border-color css

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

 span { border-color: rgb(181,124,235); }

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