Html Css Color HEX #B37FEE Biloba Flower

📋 copy color: '#B37FEE'

red 179 ◦ green 127 ◦ blue 238

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

Shades of Biloba Flower #B37FEE

Tints of Biloba Flower #B37FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 32.9%
G = 23.35%
B = 43.75%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B37FEE (or 0xB37FEE) is known color: Biloba Flower. HEX triplet: B3, 7F and EE. RGB value is (179,127,238). Sum of RGB (Red+Green+Blue) = 179+127+238=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #B37FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FEE is #4C8011. Grayscale: #9A9A9A. Windows color (decimal): -5013522 or 15630259. OLE color: 15630259.

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

Color convert

RGB 179 127 238 -
CMYK 0.25 0.47 0 0.07
HSL 268.11º 0.77% 0.72% -
HSV(B) 268.11º 0.47% 0.93% -
XYZ 41.61 30.94 84.67 -
YUV 155.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 179 127 238 0.25 0.47 0 0.07 268.11 0.77 0.72
Hex B3 7F EE 19 2F 0 7 10C 4D 48
Octal 263 177 356 31 57 0 7 414 115 110
Binary 10110011 1111111 11101110 11001 101111 0 111 100001100 1001101 1001000

Color Harmonies of #B37FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FEE

Black with #B37FEE

Text Example


Text Example

White with #B37FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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