Html Css Color HEX #B57BDD Biloba Flower

📋 copy color: '#B57BDD'

red 181 ◦ green 123 ◦ blue 221

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

Shades of Biloba Flower #B57BDD

Tints of Biloba Flower #B57BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 34.48%
G = 23.43%
B = 42.1%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57BDD (or 0xB57BDD) is known color: Biloba Flower. HEX triplet: B5, 7B and DD. RGB value is (181,123,221). Sum of RGB (Red+Green+Blue) = 181+123+221=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BDD is #4A8422. Grayscale: #979797. Windows color (decimal): -4883491 or 14515125. OLE color: 14515125.

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

Color convert

RGB 181 123 221 -
CMYK 0.18 0.44 0 0.13
HSL 275.51º 0.59% 0.67% -
HSV(B) 275.51º 0.44% 0.87% -
XYZ 39.19 29.21 71.98 -
YUV 151.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 181 123 221 0.18 0.44 0 0.13 275.51 0.59 0.67
Hex B5 7B DD 12 2C 0 D 114 3B 43
Octal 265 173 335 22 54 0 15 424 73 103
Binary 10110101 1111011 11011101 10010 101100 0 1101 100010100 111011 1000011

Color Harmonies of #B57BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BDD

Black with #B57BDD

Text Example


Text Example

White with #B57BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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