Html Css Color HEX #B17BDF Biloba Flower

📋 copy color: '#B17BDF'

red 177 ◦ green 123 ◦ blue 223

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

Shades of Biloba Flower #B17BDF

Tints of Biloba Flower #B17BDF

RGB

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

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

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

R = 33.84%
G = 23.52%
B = 42.64%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17BDF (or 0xB17BDF) is known color: Biloba Flower. HEX triplet: B1, 7B and DF. RGB value is (177,123,223). Sum of RGB (Red+Green+Blue) = 177+123+223=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B17BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDF is #4E8420. Grayscale: #969696. Windows color (decimal): -5145633 or 14646193. OLE color: 14646193.

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

Color convert

RGB 177 123 223 -
CMYK 0.21 0.45 0 0.13
HSL 272.4º 0.61% 0.68% -
HSV(B) 272.4º 0.45% 0.87% -
XYZ 38.53 28.84 73.35 -
YUV 150.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 177 123 223 0.21 0.45 0 0.13 272.4 0.61 0.68
Hex B1 7B DF 15 2D 0 D 110 3D 44
Octal 261 173 337 25 55 0 15 420 75 104
Binary 10110001 1111011 11011111 10101 101101 0 1101 100010000 111101 1000100

Color Harmonies of #B17BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BDF

Black with #B17BDF

Text Example


Text Example

White with #B17BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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