Html Css Color HEX #B48CFF Biloba Flower

📋 copy color: '#B48CFF'

red 180 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #B48CFF

Tints of Biloba Flower #B48CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 31.3%
G = 24.35%
B = 44.35%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B48CFF (or 0xB48CFF) is known color: Biloba Flower. HEX triplet: B4, 8C and FF. RGB value is (180,140,255). Sum of RGB (Red+Green+Blue) = 180+140+255=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B48CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CFF is #4B7300. Grayscale: #A4A4A4. Windows color (decimal): -4944641 or 16747700. OLE color: 16747700.

HSL color Cylindrical-coordinate representation of color #B48CFF: hue angle of 260.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48CFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 140 255 -
CMYK 0.29 0.45 0 0
HSL 260.87º 1% 0.77% -
HSV(B) 260.87º 0.45% 1% -
XYZ 46.25 35.68 99.06 -
YUV 165.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 180 140 255 0.29 0.45 0 0 260.87 1 0.77
Hex B4 8C FF 1D 2D 0 0 105 64 4D
Octal 264 214 377 35 55 0 0 405 144 115
Binary 10110100 10001100 11111111 11101 101101 0 0 100000101 1100100 1001101

Color Harmonies of #B48CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CFF

Black with #B48CFF

Text Example


Text Example

White with #B48CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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