Html Css Color HEX #B48FDC Biloba Flower

📋 copy color: '#B48FDC'

red 180 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #B48FDC

Tints of Biloba Flower #B48FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 33.15%
G = 26.34%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B48FDC (or 0xB48FDC) is known color: Biloba Flower. HEX triplet: B4, 8F and DC. RGB value is (180,143,220). Sum of RGB (Red+Green+Blue) = 180+143+220=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FDC is #4B7023. Grayscale: #A2A2A2. Windows color (decimal): -4943908 or 14454708. OLE color: 14454708.

HSL color Cylindrical-coordinate representation of color #B48FDC: hue angle of 268.83º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B48FDC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 143 220 -
CMYK 0.18 0.35 0 0.14
HSL 268.83º 0.52% 0.71% -
HSV(B) 268.83º 0.35% 0.86% -
XYZ 41.56 34.52 72.18 -
YUV 162.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 180 143 220 0.18 0.35 0 0.14 268.83 0.52 0.71
Hex B4 8F DC 12 23 0 E 10D 34 47
Octal 264 217 334 22 43 0 16 415 64 107
Binary 10110100 10001111 11011100 10010 100011 0 1110 100001101 110100 1000111

Color Harmonies of #B48FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FDC

Black with #B48FDC

Text Example


Text Example

White with #B48FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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