Html Css Color HEX #B48FE8 Biloba Flower

📋 copy color: '#B48FE8'

red 180 ◦ green 143 ◦ blue 232

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

Shades of Biloba Flower #B48FE8

Tints of Biloba Flower #B48FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.8%

R = 32.43%
G = 25.77%
B = 41.8%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B48FE8 (or 0xB48FE8) is known color: Biloba Flower. HEX triplet: B4, 8F and E8. RGB value is (180,143,232). Sum of RGB (Red+Green+Blue) = 180+143+232=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #B48FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FE8 is #4B7017. Grayscale: #A3A3A3. Windows color (decimal): -4943896 or 15241140. OLE color: 15241140.

HSL color Cylindrical-coordinate representation of color #B48FE8: hue angle of 264.94º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48FE8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 143 232 -
CMYK 0.22 0.38 0 0.09
HSL 264.94º 0.66% 0.74% -
HSV(B) 264.94º 0.38% 0.91% -
XYZ 43.21 35.17 80.86 -
YUV 164.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 180 143 232 0.22 0.38 0 0.09 264.94 0.66 0.74
Hex B4 8F E8 16 26 0 9 109 42 4A
Octal 264 217 350 26 46 0 11 411 102 112
Binary 10110100 10001111 11101000 10110 100110 0 1001 100001001 1000010 1001010

Color Harmonies of #B48FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FE8

Black with #B48FE8

Text Example


Text Example

White with #B48FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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