Html Css Color HEX #B17FEE Biloba Flower

📋 copy color: '#B17FEE'

red 177 ◦ green 127 ◦ blue 238

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

Shades of Biloba Flower #B17FEE

Tints of Biloba Flower #B17FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 32.66%
G = 23.43%
B = 43.91%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17FEE (or 0xB17FEE) is known color: Biloba Flower. HEX triplet: B1, 7F and EE. RGB value is (177,127,238). Sum of RGB (Red+Green+Blue) = 177+127+238=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #B17FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FEE is #4E8011. Grayscale: #9A9A9A. Windows color (decimal): -5144594 or 15630257. OLE color: 15630257.

HSL color Cylindrical-coordinate representation of color #B17FEE: hue angle of 267.03º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17FEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 127 238 -
CMYK 0.26 0.47 0 0.07
HSL 267.03º 0.77% 0.72% -
HSV(B) 267.03º 0.47% 0.93% -
XYZ 41.15 30.7 84.65 -
YUV 154.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 177 127 238 0.26 0.47 0 0.07 267.03 0.77 0.72
Hex B1 7F EE 1A 2F 0 7 10B 4D 48
Octal 261 177 356 32 57 0 7 413 115 110
Binary 10110001 1111111 11101110 11010 101111 0 111 100001011 1001101 1001000

Color Harmonies of #B17FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FEE

Black with #B17FEE

Text Example


Text Example

White with #B17FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FEE; }

 p { color: rgb(177,127,238); }

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

background-color css

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

 a { background-color: rgb(177,127,238); }

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

border-color css

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

 span { border-color: rgb(177,127,238); }

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