Html Css Color HEX #B48DFF Biloba Flower

📋 copy color: '#B48DFF'

red 180 ◦ green 141 ◦ blue 255

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

Shades of Biloba Flower #B48DFF

Tints of Biloba Flower #B48DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 31.25%
G = 24.48%
B = 44.27%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B48DFF (or 0xB48DFF) is known color: Biloba Flower. HEX triplet: B4, 8D and FF. RGB value is (180,141,255). Sum of RGB (Red+Green+Blue) = 180+141+255=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B48DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DFF is #4B7200. Grayscale: #A5A5A5. Windows color (decimal): -4944385 or 16747956. OLE color: 16747956.

HSL color Cylindrical-coordinate representation of color #B48DFF: hue angle of 260.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48DFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 141 255 -
CMYK 0.29 0.45 0 0
HSL 260.53º 1% 0.78% -
HSV(B) 260.53º 0.45% 1% -
XYZ 46.4 35.97 99.11 -
YUV 165.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 180 141 255 0.29 0.45 0 0 260.53 1 0.78
Hex B4 8D FF 1D 2D 0 0 105 64 4E
Octal 264 215 377 35 55 0 0 405 144 116
Binary 10110100 10001101 11111111 11101 101101 0 0 100000101 1100100 1001110

Color Harmonies of #B48DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DFF

Black with #B48DFF

Text Example


Text Example

White with #B48DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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