Html Css Color HEX #B48DE6 Biloba Flower

📋 copy color: '#B48DE6'

red 180 ◦ green 141 ◦ blue 230

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

Shades of Biloba Flower #B48DE6

Tints of Biloba Flower #B48DE6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 32.67%
G = 25.59%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B48DE6 (or 0xB48DE6) is known color: Biloba Flower. HEX triplet: B4, 8D and E6. RGB value is (180,141,230). Sum of RGB (Red+Green+Blue) = 180+141+230=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #B48DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DE6 is #4B7219. Grayscale: #A2A2A2. Windows color (decimal): -4944410 or 15109556. OLE color: 15109556.

HSL color Cylindrical-coordinate representation of color #B48DE6: hue angle of 266.29º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48DE6 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 141 230 -
CMYK 0.22 0.39 0 0.10
HSL 266.29º 0.64% 0.73% -
HSV(B) 266.29º 0.39% 0.9% -
XYZ 42.63 34.47 79.27 -
YUV 162.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 180 141 230 0.22 0.39 0 0.10 266.29 0.64 0.73
Hex B4 8D E6 16 27 0 A 10A 40 49
Octal 264 215 346 26 47 0 12 412 100 111
Binary 10110100 10001101 11100110 10110 100111 0 1010 100001010 1000000 1001001

Color Harmonies of #B48DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DE6

Black with #B48DE6

Text Example


Text Example

White with #B48DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DE6; }

 p { color: rgb(180,141,230); }

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

background-color css

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

 a { background-color: rgb(180,141,230); }

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

border-color css

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

 span { border-color: rgb(180,141,230); }

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