Html Css Color HEX #B57DEA Biloba Flower

📋 copy color: '#B57DEA'

red 181 ◦ green 125 ◦ blue 234

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

Shades of Biloba Flower #B57DEA

Tints of Biloba Flower #B57DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 33.52%
G = 23.15%
B = 43.33%

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

#B57DEA (or 0xB57DEA) is known color: Biloba Flower. HEX triplet: B5, 7D and EA. RGB value is (181,125,234). Sum of RGB (Red+Green+Blue) = 181+125+234=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B57DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DEA is #4A8215. Grayscale: #999999. Windows color (decimal): -4882966 or 15367605. OLE color: 15367605.

HSL color Cylindrical-coordinate representation of color #B57DEA: hue angle of 270.83º degrees, saturation: 0.72, 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 #B57DEA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 125 234 -
CMYK 0.23 0.47 0 0.08
HSL 270.83º 0.72% 0.7% -
HSV(B) 270.83º 0.47% 0.92% -
XYZ 41.24 30.43 81.54 -
YUV 154.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 181 125 234 0.23 0.47 0 0.08 270.83 0.72 0.7
Hex B5 7D EA 17 2F 0 8 10F 48 46
Octal 265 175 352 27 57 0 10 417 110 106
Binary 10110101 1111101 11101010 10111 101111 0 1000 100001111 1001000 1000110

Color Harmonies of #B57DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DEA

Black with #B57DEA

Text Example


Text Example

White with #B57DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DEA; }

 p { color: rgb(181,125,234); }

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

background-color css

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

 a { background-color: rgb(181,125,234); }

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

border-color css

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

 span { border-color: rgb(181,125,234); }

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