Html Css Color HEX #B37EF2 Biloba Flower

📋 copy color: '#B37EF2'

red 179 ◦ green 126 ◦ blue 242

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

Shades of Biloba Flower #B37EF2

Tints of Biloba Flower #B37EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 32.72%
G = 23.03%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B37EF2 (or 0xB37EF2) is known color: Biloba Flower. HEX triplet: B3, 7E and F2. RGB value is (179,126,242). Sum of RGB (Red+Green+Blue) = 179+126+242=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #B37EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EF2 is #4C810D. Grayscale: #9A9A9A. Windows color (decimal): -5013774 or 15892147. OLE color: 15892147.

HSL color Cylindrical-coordinate representation of color #B37EF2: hue angle of 267.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37EF2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 126 242 -
CMYK 0.26 0.48 0 0.05
HSL 267.41º 0.82% 0.72% -
HSV(B) 267.41º 0.48% 0.95% -
XYZ 42.08 30.92 87.75 -
YUV 155.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 179 126 242 0.26 0.48 0 0.05 267.41 0.82 0.72
Hex B3 7E F2 1A 30 0 5 10B 52 48
Octal 263 176 362 32 60 0 5 413 122 110
Binary 10110011 1111110 11110010 11010 110000 0 101 100001011 1010010 1001000

Color Harmonies of #B37EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EF2

Black with #B37EF2

Text Example


Text Example

White with #B37EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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