Html Css Color HEX #B17FEB Biloba Flower

📋 copy color: '#B17FEB'

red 177 ◦ green 127 ◦ blue 235

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

Shades of Biloba Flower #B17FEB

Tints of Biloba Flower #B17FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 32.84%
G = 23.56%
B = 43.6%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B17FEB (or 0xB17FEB) is known color: Biloba Flower. HEX triplet: B1, 7F and EB. RGB value is (177,127,235). Sum of RGB (Red+Green+Blue) = 177+127+235=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #B17FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FEB is #4E8014. Grayscale: #999999. Windows color (decimal): -5144597 or 15433649. OLE color: 15433649.

HSL color Cylindrical-coordinate representation of color #B17FEB: hue angle of 267.78º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17FEB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 127 235 -
CMYK 0.25 0.46 0 0.08
HSL 267.78º 0.73% 0.71% -
HSV(B) 267.78º 0.46% 0.92% -
XYZ 40.72 30.52 82.34 -
YUV 154.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 177 127 235 0.25 0.46 0 0.08 267.78 0.73 0.71
Hex B1 7F EB 19 2E 0 8 10C 49 47
Octal 261 177 353 31 56 0 10 414 111 107
Binary 10110001 1111111 11101011 11001 101110 0 1000 100001100 1001001 1000111

Color Harmonies of #B17FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FEB

Black with #B17FEB

Text Example


Text Example

White with #B17FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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