Html Css Color HEX #B37EDA Biloba Flower

📋 copy color: '#B37EDA'

red 179 ◦ green 126 ◦ blue 218

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

Shades of Biloba Flower #B37EDA

Tints of Biloba Flower #B37EDA

RGB

 RED value IS 179 (70.31% from 255) = 34.23%

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 34.23%
G = 24.09%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B37EDA (or 0xB37EDA) is known color: Biloba Flower. HEX triplet: B3, 7E and DA. RGB value is (179,126,218). Sum of RGB (Red+Green+Blue) = 179+126+218=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDA is #4C8125. Grayscale: #989898. Windows color (decimal): -5013798 or 14319283. OLE color: 14319283.

HSL color Cylindrical-coordinate representation of color #B37EDA: hue angle of 274.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37EDA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 126 218 -
CMYK 0.18 0.42 0 0.15
HSL 274.57º 0.55% 0.67% -
HSV(B) 274.57º 0.42% 0.85% -
XYZ 38.71 29.57 70 -
YUV 152.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 179 126 218 0.18 0.42 0 0.15 274.57 0.55 0.67
Hex B3 7E DA 12 2A 0 F 113 37 43
Octal 263 176 332 22 52 0 17 423 67 103
Binary 10110011 1111110 11011010 10010 101010 0 1111 100010011 110111 1000011

Color Harmonies of #B37EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EDA

Black with #B37EDA

Text Example


Text Example

White with #B37EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EDA; }

 p { color: rgb(179,126,218); }

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

background-color css

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

 a { background-color: rgb(179,126,218); }

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

border-color css

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

 span { border-color: rgb(179,126,218); }

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