Html Css Color HEX #B37FEA Biloba Flower

📋 copy color: '#B37FEA'

red 179 ◦ green 127 ◦ blue 234

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

Shades of Biloba Flower #B37FEA

Tints of Biloba Flower #B37FEA

RGB

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

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

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

R = 33.15%
G = 23.52%
B = 43.33%

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

#B37FEA (or 0xB37FEA) is known color: Biloba Flower. HEX triplet: B3, 7F and EA. RGB value is (179,127,234). Sum of RGB (Red+Green+Blue) = 179+127+234=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B37FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FEA is #4C8015. Grayscale: #9A9A9A. Windows color (decimal): -5013526 or 15368115. OLE color: 15368115.

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

Color convert

RGB 179 127 234 -
CMYK 0.24 0.46 0 0.08
HSL 269.16º 0.72% 0.71% -
HSV(B) 269.16º 0.46% 0.92% -
XYZ 41.03 30.7 81.61 -
YUV 154.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 179 127 234 0.24 0.46 0 0.08 269.16 0.72 0.71
Hex B3 7F EA 18 2E 0 8 10D 48 47
Octal 263 177 352 30 56 0 10 415 110 107
Binary 10110011 1111111 11101010 11000 101110 0 1000 100001101 1001000 1000111

Color Harmonies of #B37FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FEA

Black with #B37FEA

Text Example


Text Example

White with #B37FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FEA; }

 p { color: rgb(179,127,234); }

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

background-color css

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

 a { background-color: rgb(179,127,234); }

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

border-color css

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

 span { border-color: rgb(179,127,234); }

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