Html Css Color HEX #B17CDA Biloba Flower

📋 copy color: '#B17CDA'

red 177 ◦ green 124 ◦ blue 218

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

Shades of Biloba Flower #B17CDA

Tints of Biloba Flower #B17CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 34.1%
G = 23.89%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B17CDA (or 0xB17CDA) is known color: Biloba Flower. HEX triplet: B1, 7C and DA. RGB value is (177,124,218). Sum of RGB (Red+Green+Blue) = 177+124+218=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B17CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CDA is #4E8325. Grayscale: #969696. Windows color (decimal): -5145382 or 14318769. OLE color: 14318769.

HSL color Cylindrical-coordinate representation of color #B17CDA: hue angle of 273.83º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17CDA is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 124 218 -
CMYK 0.19 0.43 0 0.15
HSL 273.83º 0.56% 0.67% -
HSV(B) 273.83º 0.43% 0.85% -
XYZ 37.99 28.82 69.89 -
YUV 150.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 177 124 218 0.19 0.43 0 0.15 273.83 0.56 0.67
Hex B1 7C DA 13 2B 0 F 112 38 43
Octal 261 174 332 23 53 0 17 422 70 103
Binary 10110001 1111100 11011010 10011 101011 0 1111 100010010 111000 1000011

Color Harmonies of #B17CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CDA

Black with #B17CDA

Text Example


Text Example

White with #B17CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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