Html Css Color HEX #B48CDD Biloba Flower

📋 copy color: '#B48CDD'

red 180 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #B48CDD

Tints of Biloba Flower #B48CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 33.27%
G = 25.88%
B = 40.85%

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

#B48CDD (or 0xB48CDD) is known color: Biloba Flower. HEX triplet: B4, 8C and DD. RGB value is (180,140,221). Sum of RGB (Red+Green+Blue) = 180+140+221=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDD is #4B7322. Grayscale: #A0A0A0. Windows color (decimal): -4944675 or 14519476. OLE color: 14519476.

HSL color Cylindrical-coordinate representation of color #B48CDD: hue angle of 269.63º degrees, saturation: 0.54, 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 #B48CDD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 140 221 -
CMYK 0.19 0.37 0 0.13
HSL 269.63º 0.54% 0.71% -
HSV(B) 269.63º 0.37% 0.87% -
XYZ 41.25 33.68 72.73 -
YUV 161.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 180 140 221 0.19 0.37 0 0.13 269.63 0.54 0.71
Hex B4 8C DD 13 25 0 D 10E 36 47
Octal 264 214 335 23 45 0 15 416 66 107
Binary 10110100 10001100 11011101 10011 100101 0 1101 100001110 110110 1000111

Color Harmonies of #B48CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CDD

Black with #B48CDD

Text Example


Text Example

White with #B48CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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