Html Css Color HEX #B48DF0 Biloba Flower

📋 copy color: '#B48DF0'

red 180 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B48DF0

Tints of Biloba Flower #B48DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 32.09%
G = 25.13%
B = 42.78%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B48DF0 (or 0xB48DF0) is known color: Biloba Flower. HEX triplet: B4, 8D and F0. RGB value is (180,141,240). Sum of RGB (Red+Green+Blue) = 180+141+240=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #B48DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DF0 is #4B720F. Grayscale: #A3A3A3. Windows color (decimal): -4944400 or 15764916. OLE color: 15764916.

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

Color convert

RGB 180 141 240 -
CMYK 0.25 0.41 0 0.06
HSL 263.64º 0.77% 0.75% -
HSV(B) 263.64º 0.41% 0.94% -
XYZ 44.08 35.04 86.88 -
YUV 163.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 180 141 240 0.25 0.41 0 0.06 263.64 0.77 0.75
Hex B4 8D F0 19 29 0 6 108 4D 4B
Octal 264 215 360 31 51 0 6 410 115 113
Binary 10110100 10001101 11110000 11001 101001 0 110 100001000 1001101 1001011

Color Harmonies of #B48DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DF0

Black with #B48DF0

Text Example


Text Example

White with #B48DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DF0; }

 p { color: rgb(180,141,240); }

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

background-color css

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

 a { background-color: rgb(180,141,240); }

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

border-color css

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

 span { border-color: rgb(180,141,240); }

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