Html Css Color HEX #B17CE0 Biloba Flower

📋 copy color: '#B17CE0'

red 177 ◦ green 124 ◦ blue 224

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

Shades of Biloba Flower #B17CE0

Tints of Biloba Flower #B17CE0

RGB

 RED value IS 177 (69.53% from 255) = 33.71%

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 33.71%
G = 23.62%
B = 42.67%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B17CE0 (or 0xB17CE0) is known color: Biloba Flower. HEX triplet: B1, 7C and E0. RGB value is (177,124,224). Sum of RGB (Red+Green+Blue) = 177+124+224=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #B17CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CE0 is #4E831F. Grayscale: #969696. Windows color (decimal): -5145376 or 14711985. OLE color: 14711985.

HSL color Cylindrical-coordinate representation of color #B17CE0: hue angle of 271.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17CE0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 124 224 -
CMYK 0.21 0.45 0 0.12
HSL 271.8º 0.62% 0.68% -
HSV(B) 271.8º 0.45% 0.88% -
XYZ 38.79 29.14 74.1 -
YUV 151.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 177 124 224 0.21 0.45 0 0.12 271.8 0.62 0.68
Hex B1 7C E0 15 2D 0 C 110 3E 44
Octal 261 174 340 25 55 0 14 420 76 104
Binary 10110001 1111100 11100000 10101 101101 0 1100 100010000 111110 1000100

Color Harmonies of #B17CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CE0

Black with #B17CE0

Text Example


Text Example

White with #B17CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CE0; }

 p { color: rgb(177,124,224); }

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

background-color css

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

 a { background-color: rgb(177,124,224); }

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

border-color css

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

 span { border-color: rgb(177,124,224); }

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