Html Css Color HEX #B57ADE Biloba Flower

📋 copy color: '#B57ADE'

red 181 ◦ green 122 ◦ blue 222

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

Shades of Biloba Flower #B57ADE

Tints of Biloba Flower #B57ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.24%

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

R = 34.48%
G = 23.24%
B = 42.29%

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

#B57ADE (or 0xB57ADE) is known color: Biloba Flower. HEX triplet: B5, 7A and DE. RGB value is (181,122,222). Sum of RGB (Red+Green+Blue) = 181+122+222=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #B57ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ADE is #4A8521. Grayscale: #969696. Windows color (decimal): -4883746 or 14580405. OLE color: 14580405.

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

Color convert

RGB 181 122 222 -
CMYK 0.18 0.45 0 0.13
HSL 275.4º 0.6% 0.67% -
HSV(B) 275.4º 0.45% 0.87% -
XYZ 39.2 29.02 72.64 -
YUV 151.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 181 122 222 0.18 0.45 0 0.13 275.4 0.6 0.67
Hex B5 7A DE 12 2D 0 D 113 3C 43
Octal 265 172 336 22 55 0 15 423 74 103
Binary 10110101 1111010 11011110 10010 101101 0 1101 100010011 111100 1000011

Color Harmonies of #B57ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57ADE

Black with #B57ADE

Text Example


Text Example

White with #B57ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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