Html Css Color HEX #B17BDE Biloba Flower

📋 copy color: '#B17BDE'

red 177 ◦ green 123 ◦ blue 222

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

Shades of Biloba Flower #B17BDE

Tints of Biloba Flower #B17BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 33.91%
G = 23.56%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17BDE (or 0xB17BDE) is known color: Biloba Flower. HEX triplet: B1, 7B and DE. RGB value is (177,123,222). Sum of RGB (Red+Green+Blue) = 177+123+222=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #B17BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDE is #4E8421. Grayscale: #969696. Windows color (decimal): -5145634 or 14580657. OLE color: 14580657.

HSL color Cylindrical-coordinate representation of color #B17BDE: hue angle of 272.73º degrees, saturation: 0.6, 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 #B17BDE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 123 222 -
CMYK 0.20 0.45 0 0.13
HSL 272.73º 0.6% 0.68% -
HSV(B) 272.73º 0.45% 0.87% -
XYZ 38.4 28.79 72.64 -
YUV 150.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 177 123 222 0.20 0.45 0 0.13 272.73 0.6 0.68
Hex B1 7B DE 14 2D 0 D 111 3C 44
Octal 261 173 336 24 55 0 15 421 74 104
Binary 10110001 1111011 11011110 10100 101101 0 1101 100010001 111100 1000100

Color Harmonies of #B17BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BDE

Black with #B17BDE

Text Example


Text Example

White with #B17BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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