Html Css Color HEX #B48CDF Biloba Flower

📋 copy color: '#B48CDF'

red 180 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #B48CDF

Tints of Biloba Flower #B48CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.78%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 33.15%
G = 25.78%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B48CDF (or 0xB48CDF) is known color: Biloba Flower. HEX triplet: B4, 8C and DF. RGB value is (180,140,223). Sum of RGB (Red+Green+Blue) = 180+140+223=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDF is #4B7320. Grayscale: #A1A1A1. Windows color (decimal): -4944673 or 14650548. OLE color: 14650548.

HSL color Cylindrical-coordinate representation of color #B48CDF: hue angle of 268.92º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48CDF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 140 223 -
CMYK 0.19 0.37 0 0.13
HSL 268.92º 0.56% 0.71% -
HSV(B) 268.92º 0.37% 0.87% -
XYZ 41.52 33.79 74.15 -
YUV 161.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 180 140 223 0.19 0.37 0 0.13 268.92 0.56 0.71
Hex B4 8C DF 13 25 0 D 10D 38 47
Octal 264 214 337 23 45 0 15 415 70 107
Binary 10110100 10001100 11011111 10011 100101 0 1101 100001101 111000 1000111

Color Harmonies of #B48CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CDF

Black with #B48CDF

Text Example


Text Example

White with #B48CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CDF; }

 p { color: rgb(180,140,223); }

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

background-color css

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

 a { background-color: rgb(180,140,223); }

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

border-color css

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

 span { border-color: rgb(180,140,223); }

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