Html Css Color HEX #B48FFB Biloba Flower

📋 copy color: '#B48FFB'

red 180 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #B48FFB

Tints of Biloba Flower #B48FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.91%

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 31.36%
G = 24.91%
B = 43.73%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B48FFB (or 0xB48FFB) is known color: Biloba Flower. HEX triplet: B4, 8F and FB. RGB value is (180,143,251). Sum of RGB (Red+Green+Blue) = 180+143+251=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B48FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FFB is #4B7004. Grayscale: #A5A5A5. Windows color (decimal): -4943877 or 16486324. OLE color: 16486324.

HSL color Cylindrical-coordinate representation of color #B48FFB: hue angle of 260.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B48FFB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 143 251 -
CMYK 0.28 0.43 0 0.02
HSL 260.56º 0.93% 0.77% -
HSV(B) 260.56º 0.43% 0.98% -
XYZ 46.06 36.31 95.85 -
YUV 166.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 180 143 251 0.28 0.43 0 0.02 260.56 0.93 0.77
Hex B4 8F FB 1C 2B 0 2 105 5D 4D
Octal 264 217 373 34 53 0 2 405 135 115
Binary 10110100 10001111 11111011 11100 101011 0 10 100000101 1011101 1001101

Color Harmonies of #B48FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FFB

Black with #B48FFB

Text Example


Text Example

White with #B48FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FFB; }

 p { color: rgb(180,143,251); }

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

background-color css

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

 a { background-color: rgb(180,143,251); }

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

border-color css

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

 span { border-color: rgb(180,143,251); }

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