Html Css Color HEX #B17CDF Biloba Flower

📋 copy color: '#B17CDF'

red 177 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B17CDF

Tints of Biloba Flower #B17CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 33.78%
G = 23.66%
B = 42.56%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17CDF (or 0xB17CDF) is known color: Biloba Flower. HEX triplet: B1, 7C and DF. RGB value is (177,124,223). Sum of RGB (Red+Green+Blue) = 177+124+223=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B17CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CDF is #4E8320. Grayscale: #969696. Windows color (decimal): -5145377 or 14646449. OLE color: 14646449.

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

Color convert

RGB 177 124 223 -
CMYK 0.21 0.44 0 0.13
HSL 272.12º 0.61% 0.68% -
HSV(B) 272.12º 0.44% 0.87% -
XYZ 38.66 29.09 73.39 -
YUV 151.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 177 124 223 0.21 0.44 0 0.13 272.12 0.61 0.68
Hex B1 7C DF 15 2C 0 D 110 3D 44
Octal 261 174 337 25 54 0 15 420 75 104
Binary 10110001 1111100 11011111 10101 101100 0 1101 100010000 111101 1000100

Color Harmonies of #B17CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CDF

Black with #B17CDF

Text Example


Text Example

White with #B17CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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