Html Css Color HEX #B48FEE Biloba Flower

📋 copy color: '#B48FEE'

red 180 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B48FEE

Tints of Biloba Flower #B48FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 32.09%
G = 25.49%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B48FEE (or 0xB48FEE) is known color: Biloba Flower. HEX triplet: B4, 8F and EE. RGB value is (180,143,238). Sum of RGB (Red+Green+Blue) = 180+143+238=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B48FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FEE is #4B7011. Grayscale: #A4A4A4. Windows color (decimal): -4943890 or 15634356. OLE color: 15634356.

HSL color Cylindrical-coordinate representation of color #B48FEE: hue angle of 263.37º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48FEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 143 238 -
CMYK 0.24 0.40 0 0.07
HSL 263.37º 0.74% 0.75% -
HSV(B) 263.37º 0.4% 0.93% -
XYZ 44.08 35.52 85.42 -
YUV 164.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 180 143 238 0.24 0.40 0 0.07 263.37 0.74 0.75
Hex B4 8F EE 18 28 0 7 107 4A 4B
Octal 264 217 356 30 50 0 7 407 112 113
Binary 10110100 10001111 11101110 11000 101000 0 111 100000111 1001010 1001011

Color Harmonies of #B48FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FEE

Black with #B48FEE

Text Example


Text Example

White with #B48FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FEE; }

 p { color: rgb(180,143,238); }

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

background-color css

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

 a { background-color: rgb(180,143,238); }

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

border-color css

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

 span { border-color: rgb(180,143,238); }

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