Html Css Color HEX #B48FE0 Biloba Flower

📋 copy color: '#B48FE0'

red 180 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #B48FE0

Tints of Biloba Flower #B48FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 32.91%
G = 26.14%
B = 40.95%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B48FE0 (or 0xB48FE0) is known color: Biloba Flower. HEX triplet: B4, 8F and E0. RGB value is (180,143,224). Sum of RGB (Red+Green+Blue) = 180+143+224=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #B48FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FE0 is #4B701F. Grayscale: #A3A3A3. Windows color (decimal): -4943904 or 14716852. OLE color: 14716852.

HSL color Cylindrical-coordinate representation of color #B48FE0: hue angle of 267.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48FE0 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 143 224 -
CMYK 0.20 0.36 0 0.12
HSL 267.41º 0.57% 0.72% -
HSV(B) 267.41º 0.36% 0.88% -
XYZ 42.1 34.73 75.01 -
YUV 163.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 180 143 224 0.20 0.36 0 0.12 267.41 0.57 0.72
Hex B4 8F E0 14 24 0 C 10B 39 48
Octal 264 217 340 24 44 0 14 413 71 110
Binary 10110100 10001111 11100000 10100 100100 0 1100 100001011 111001 1001000

Color Harmonies of #B48FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FE0

Black with #B48FE0

Text Example


Text Example

White with #B48FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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