Html Css Color HEX #B48EDF Biloba Flower

📋 copy color: '#B48EDF'

red 180 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #B48EDF

Tints of Biloba Flower #B48EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

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

R = 33.03%
G = 26.06%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B48EDF (or 0xB48EDF) is known color: Biloba Flower. HEX triplet: B4, 8E and DF. RGB value is (180,142,223). Sum of RGB (Red+Green+Blue) = 180+142+223=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EDF is #4B7120. Grayscale: #A2A2A2. Windows color (decimal): -4944161 or 14651060. OLE color: 14651060.

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

Color convert

RGB 180 142 223 -
CMYK 0.19 0.36 0 0.13
HSL 268.15º 0.56% 0.72% -
HSV(B) 268.15º 0.36% 0.87% -
XYZ 41.81 34.38 74.24 -
YUV 162.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 180 142 223 0.19 0.36 0 0.13 268.15 0.56 0.72
Hex B4 8E DF 13 24 0 D 10C 38 48
Octal 264 216 337 23 44 0 15 414 70 110
Binary 10110100 10001110 11011111 10011 100100 0 1101 100001100 111000 1001000

Color Harmonies of #B48EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EDF

Black with #B48EDF

Text Example


Text Example

White with #B48EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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