Html Css Color HEX #B48CDA Biloba Flower

📋 copy color: '#B48CDA'

red 180 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B48CDA

Tints of Biloba Flower #B48CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 33.46%
G = 26.02%
B = 40.52%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B48CDA (or 0xB48CDA) is known color: Biloba Flower. HEX triplet: B4, 8C and DA. RGB value is (180,140,218). Sum of RGB (Red+Green+Blue) = 180+140+218=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B48CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDA is #4B7325. Grayscale: #A0A0A0. Windows color (decimal): -4944678 or 14322868. OLE color: 14322868.

HSL color Cylindrical-coordinate representation of color #B48CDA: hue angle of 270.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48CDA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 140 218 -
CMYK 0.17 0.36 0 0.15
HSL 270.77º 0.51% 0.7% -
HSV(B) 270.77º 0.36% 0.85% -
XYZ 40.86 33.52 70.65 -
YUV 160.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 180 140 218 0.17 0.36 0 0.15 270.77 0.51 0.7
Hex B4 8C DA 11 24 0 F 10F 33 46
Octal 264 214 332 21 44 0 17 417 63 106
Binary 10110100 10001100 11011010 10001 100100 0 1111 100001111 110011 1000110

Color Harmonies of #B48CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CDA

Black with #B48CDA

Text Example


Text Example

White with #B48CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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