Html Css Color HEX #B37FEF Biloba Flower

📋 copy color: '#B37FEF'

red 179 ◦ green 127 ◦ blue 239

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

Shades of Biloba Flower #B37FEF

Tints of Biloba Flower #B37FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 32.84%
G = 23.3%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B37FEF (or 0xB37FEF) is known color: Biloba Flower. HEX triplet: B3, 7F and EF. RGB value is (179,127,239). Sum of RGB (Red+Green+Blue) = 179+127+239=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #B37FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FEF is #4C8010. Grayscale: #9A9A9A. Windows color (decimal): -5013521 or 15695795. OLE color: 15695795.

HSL color Cylindrical-coordinate representation of color #B37FEF: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37FEF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 127 239 -
CMYK 0.25 0.47 0 0.06
HSL 267.86º 0.78% 0.72% -
HSV(B) 267.86º 0.47% 0.94% -
XYZ 41.76 30.99 85.44 -
YUV 155.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 179 127 239 0.25 0.47 0 0.06 267.86 0.78 0.72
Hex B3 7F EF 19 2F 0 6 10C 4E 48
Octal 263 177 357 31 57 0 6 414 116 110
Binary 10110011 1111111 11101111 11001 101111 0 110 100001100 1001110 1001000

Color Harmonies of #B37FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FEF

Black with #B37FEF

Text Example


Text Example

White with #B37FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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