Html Css Color HEX #B17EEA Biloba Flower

📋 copy color: '#B17EEA'

red 177 ◦ green 126 ◦ blue 234

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

Shades of Biloba Flower #B17EEA

Tints of Biloba Flower #B17EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 32.96%
G = 23.46%
B = 43.58%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B17EEA (or 0xB17EEA) is known color: Biloba Flower. HEX triplet: B1, 7E and EA. RGB value is (177,126,234). Sum of RGB (Red+Green+Blue) = 177+126+234=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #B17EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EEA is #4E8115. Grayscale: #999999. Windows color (decimal): -5144854 or 15367857. OLE color: 15367857.

HSL color Cylindrical-coordinate representation of color #B17EEA: hue angle of 268.33º degrees, saturation: 0.72, 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 #B17EEA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 126 234 -
CMYK 0.24 0.46 0 0.08
HSL 268.33º 0.72% 0.71% -
HSV(B) 268.33º 0.46% 0.92% -
XYZ 40.44 30.21 81.54 -
YUV 153.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 177 126 234 0.24 0.46 0 0.08 268.33 0.72 0.71
Hex B1 7E EA 18 2E 0 8 10C 48 47
Octal 261 176 352 30 56 0 10 414 110 107
Binary 10110001 1111110 11101010 11000 101110 0 1000 100001100 1001000 1000111

Color Harmonies of #B17EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EEA

Black with #B17EEA

Text Example


Text Example

White with #B17EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EEA; }

 p { color: rgb(177,126,234); }

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

background-color css

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

 a { background-color: rgb(177,126,234); }

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

border-color css

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

 span { border-color: rgb(177,126,234); }

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