Html Css Color HEX #B17BDC Biloba Flower

📋 copy color: '#B17BDC'

red 177 ◦ green 123 ◦ blue 220

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

Shades of Biloba Flower #B17BDC

Tints of Biloba Flower #B17BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.65%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 34.04%
G = 23.65%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B17BDC (or 0xB17BDC) is known color: Biloba Flower. HEX triplet: B1, 7B and DC. RGB value is (177,123,220). Sum of RGB (Red+Green+Blue) = 177+123+220=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B17BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDC is #4E8423. Grayscale: #959595. Windows color (decimal): -5145636 or 14449585. OLE color: 14449585.

HSL color Cylindrical-coordinate representation of color #B17BDC: hue angle of 273.4º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17BDC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 123 220 -
CMYK 0.20 0.44 0 0.14
HSL 273.4º 0.58% 0.67% -
HSV(B) 273.4º 0.44% 0.86% -
XYZ 38.13 28.68 71.24 -
YUV 150.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 177 123 220 0.20 0.44 0 0.14 273.4 0.58 0.67
Hex B1 7B DC 14 2C 0 E 111 3A 43
Octal 261 173 334 24 54 0 16 421 72 103
Binary 10110001 1111011 11011100 10100 101100 0 1110 100010001 111010 1000011

Color Harmonies of #B17BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BDC

Black with #B17BDC

Text Example


Text Example

White with #B17BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BDC; }

 p { color: rgb(177,123,220); }

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

background-color css

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

 a { background-color: rgb(177,123,220); }

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

border-color css

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

 span { border-color: rgb(177,123,220); }

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