Html Css Color HEX #B57CEE Biloba Flower

📋 copy color: '#B57CEE'

red 181 ◦ green 124 ◦ blue 238

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

Shades of Biloba Flower #B57CEE

Tints of Biloba Flower #B57CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 33.33%
G = 22.84%
B = 43.83%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B57CEE (or 0xB57CEE) is known color: Biloba Flower. HEX triplet: B5, 7C and EE. RGB value is (181,124,238). Sum of RGB (Red+Green+Blue) = 181+124+238=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #B57CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CEE is #4A8311. Grayscale: #999999. Windows color (decimal): -4883218 or 15629493. OLE color: 15629493.

HSL color Cylindrical-coordinate representation of color #B57CEE: hue angle of 270º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57CEE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 124 238 -
CMYK 0.24 0.48 0 0.07
HSL 270º 0.77% 0.71% -
HSV(B) 270º 0.48% 0.93% -
XYZ 41.7 30.41 84.56 -
YUV 154.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 181 124 238 0.24 0.48 0 0.07 270 0.77 0.71
Hex B5 7C EE 18 30 0 7 10E 4D 47
Octal 265 174 356 30 60 0 7 416 115 107
Binary 10110101 1111100 11101110 11000 110000 0 111 100001110 1001101 1000111

Color Harmonies of #B57CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CEE

Black with #B57CEE

Text Example


Text Example

White with #B57CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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