Html Css Color HEX #B48EF3 Biloba Flower

📋 copy color: '#B48EF3'

red 180 ◦ green 142 ◦ blue 243

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

Shades of Biloba Flower #B48EF3

Tints of Biloba Flower #B48EF3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.13%

 BLUE value IS 243 (95.31% from 255) = 43.01%

R = 31.86%
G = 25.13%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B48EF3 (or 0xB48EF3) is known color: Biloba Flower. HEX triplet: B4, 8E and F3. RGB value is (180,142,243). Sum of RGB (Red+Green+Blue) = 180+142+243=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #B48EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EF3 is #4B710C. Grayscale: #A4A4A4. Windows color (decimal): -4944141 or 15961780. OLE color: 15961780.

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

Color convert

RGB 180 142 243 -
CMYK 0.26 0.42 0 0.05
HSL 262.57º 0.81% 0.75% -
HSV(B) 262.57º 0.42% 0.95% -
XYZ 44.67 35.52 89.3 -
YUV 164.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 180 142 243 0.26 0.42 0 0.05 262.57 0.81 0.75
Hex B4 8E F3 1A 2A 0 5 107 51 4B
Octal 264 216 363 32 52 0 5 407 121 113
Binary 10110100 10001110 11110011 11010 101010 0 101 100000111 1010001 1001011

Color Harmonies of #B48EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EF3

Black with #B48EF3

Text Example


Text Example

White with #B48EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EF3; }

 p { color: rgb(180,142,243); }

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

background-color css

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

 a { background-color: rgb(180,142,243); }

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

border-color css

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

 span { border-color: rgb(180,142,243); }

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