Html Css Color HEX #B57BDE Biloba Flower

📋 copy color: '#B57BDE'

red 181 ◦ green 123 ◦ blue 222

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

Shades of Biloba Flower #B57BDE

Tints of Biloba Flower #B57BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 34.41%
G = 23.38%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57BDE (or 0xB57BDE) is known color: Biloba Flower. HEX triplet: B5, 7B and DE. RGB value is (181,123,222). Sum of RGB (Red+Green+Blue) = 181+123+222=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #B57BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BDE is #4A8421. Grayscale: #979797. Windows color (decimal): -4883490 or 14580661. OLE color: 14580661.

HSL color Cylindrical-coordinate representation of color #B57BDE: hue angle of 275.15º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57BDE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 123 222 -
CMYK 0.18 0.45 0 0.13
HSL 275.15º 0.6% 0.68% -
HSV(B) 275.15º 0.45% 0.87% -
XYZ 39.32 29.26 72.68 -
YUV 151.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 181 123 222 0.18 0.45 0 0.13 275.15 0.6 0.68
Hex B5 7B DE 12 2D 0 D 113 3C 44
Octal 265 173 336 22 55 0 15 423 74 104
Binary 10110101 1111011 11011110 10010 101101 0 1101 100010011 111100 1000100

Color Harmonies of #B57BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BDE

Black with #B57BDE

Text Example


Text Example

White with #B57BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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