Html Css Color HEX #B17DE3 Biloba Flower

📋 copy color: '#B17DE3'

red 177 ◦ green 125 ◦ blue 227

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

Shades of Biloba Flower #B17DE3

Tints of Biloba Flower #B17DE3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 33.46%
G = 23.63%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B17DE3 (or 0xB17DE3) is known color: Biloba Flower. HEX triplet: B1, 7D and E3. RGB value is (177,125,227). Sum of RGB (Red+Green+Blue) = 177+125+227=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #B17DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DE3 is #4E821C. Grayscale: #979797. Windows color (decimal): -5145117 or 14908849. OLE color: 14908849.

HSL color Cylindrical-coordinate representation of color #B17DE3: hue angle of 270.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17DE3 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 125 227 -
CMYK 0.22 0.45 0 0.11
HSL 270.59º 0.65% 0.69% -
HSV(B) 270.59º 0.45% 0.89% -
XYZ 39.33 29.56 76.31 -
YUV 152.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 177 125 227 0.22 0.45 0 0.11 270.59 0.65 0.69
Hex B1 7D E3 16 2D 0 B 10F 41 45
Octal 261 175 343 26 55 0 13 417 101 105
Binary 10110001 1111101 11100011 10110 101101 0 1011 100001111 1000001 1000101

Color Harmonies of #B17DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DE3

Black with #B17DE3

Text Example


Text Example

White with #B17DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DE3; }

 p { color: rgb(177,125,227); }

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

background-color css

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

 a { background-color: rgb(177,125,227); }

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

border-color css

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

 span { border-color: rgb(177,125,227); }

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