Html Css Color HEX #B48BFE Biloba Flower

📋 copy color: '#B48BFE'

red 180 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B48BFE

Tints of Biloba Flower #B48BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.26%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 31.41%
G = 24.26%
B = 44.33%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B48BFE (or 0xB48BFE) is known color: Biloba Flower. HEX triplet: B4, 8B and FE. RGB value is (180,139,254). Sum of RGB (Red+Green+Blue) = 180+139+254=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B48BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BFE is #4B7401. Grayscale: #A3A3A3. Windows color (decimal): -4944898 or 16681908. OLE color: 16681908.

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

Color convert

RGB 180 139 254 -
CMYK 0.29 0.45 0 0.00
HSL 261.39º 0.98% 0.77% -
HSV(B) 261.39º 0.45% 1% -
XYZ 45.94 35.32 98.16 -
YUV 164.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 180 139 254 0.29 0.45 0 0.00 261.39 0.98 0.77
Hex B4 8B FE 1D 2D 0 0 105 62 4D
Octal 264 213 376 35 55 0 0 405 142 115
Binary 10110100 10001011 11111110 11101 101101 0 0 100000101 1100010 1001101

Color Harmonies of #B48BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BFE

Black with #B48BFE

Text Example


Text Example

White with #B48BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BFE; }

 p { color: rgb(180,139,254); }

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

background-color css

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

 a { background-color: rgb(180,139,254); }

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

border-color css

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

 span { border-color: rgb(180,139,254); }

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