Html Css Color HEX #B47EF2 Biloba Flower

📋 copy color: '#B47EF2'

red 180 ◦ green 126 ◦ blue 242

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

Shades of Biloba Flower #B47EF2

Tints of Biloba Flower #B47EF2

RGB

 RED value IS 180 (70.7% from 255) = 32.85%

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

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

R = 32.85%
G = 22.99%
B = 44.16%

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

#B47EF2 (or 0xB47EF2) is known color: Biloba Flower. HEX triplet: B4, 7E and F2. RGB value is (180,126,242). Sum of RGB (Red+Green+Blue) = 180+126+242=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #B47EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EF2 is #4B810D. Grayscale: #9A9A9A. Windows color (decimal): -4948238 or 15892148. OLE color: 15892148.

HSL color Cylindrical-coordinate representation of color #B47EF2: hue angle of 267.93º 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 #B47EF2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 126 242 -
CMYK 0.26 0.48 0 0.05
HSL 267.93º 0.82% 0.72% -
HSV(B) 267.93º 0.48% 0.95% -
XYZ 42.31 31.04 87.76 -
YUV 155.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 180 126 242 0.26 0.48 0 0.05 267.93 0.82 0.72
Hex B4 7E F2 1A 30 0 5 10C 52 48
Octal 264 176 362 32 60 0 5 414 122 110
Binary 10110100 1111110 11110010 11010 110000 0 101 100001100 1010010 1001000

Color Harmonies of #B47EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EF2

Black with #B47EF2

Text Example


Text Example

White with #B47EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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