Html Css Color HEX #B17CE5 Biloba Flower

📋 copy color: '#B17CE5'

red 177 ◦ green 124 ◦ blue 229

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

Shades of Biloba Flower #B17CE5

Tints of Biloba Flower #B17CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 33.4%
G = 23.4%
B = 43.21%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B17CE5 (or 0xB17CE5) is known color: Biloba Flower. HEX triplet: B1, 7C and E5. RGB value is (177,124,229). Sum of RGB (Red+Green+Blue) = 177+124+229=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #B17CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CE5 is #4E831A. Grayscale: #979797. Windows color (decimal): -5145371 or 15039665. OLE color: 15039665.

HSL color Cylindrical-coordinate representation of color #B17CE5: hue angle of 270.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17CE5 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 124 229 -
CMYK 0.23 0.46 0 0.10
HSL 270.29º 0.67% 0.69% -
HSV(B) 270.29º 0.46% 0.9% -
XYZ 39.48 29.42 77.73 -
YUV 151.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 177 124 229 0.23 0.46 0 0.10 270.29 0.67 0.69
Hex B1 7C E5 17 2E 0 A 10E 43 45
Octal 261 174 345 27 56 0 12 416 103 105
Binary 10110001 1111100 11100101 10111 101110 0 1010 100001110 1000011 1000101

Color Harmonies of #B17CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CE5

Black with #B17CE5

Text Example


Text Example

White with #B17CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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