Html Css Color HEX #B489E5 Biloba Flower

📋 copy color: '#B489E5'

red 180 ◦ green 137 ◦ blue 229

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

Shades of Biloba Flower #B489E5

Tints of Biloba Flower #B489E5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.09%

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 32.97%
G = 25.09%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B489E5 (or 0xB489E5) is known color: Biloba Flower. HEX triplet: B4, 89 and E5. RGB value is (180,137,229). Sum of RGB (Red+Green+Blue) = 180+137+229=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #B489E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489E5 is #4B761A. Grayscale: #A0A0A0. Windows color (decimal): -4945435 or 15042996. OLE color: 15042996.

HSL color Cylindrical-coordinate representation of color #B489E5: hue angle of 268.04º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B489E5 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 137 229 -
CMYK 0.21 0.40 0 0.10
HSL 268.04º 0.64% 0.72% -
HSV(B) 268.04º 0.4% 0.9% -
XYZ 41.91 33.25 78.34 -
YUV 160.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 180 137 229 0.21 0.40 0 0.10 268.04 0.64 0.72
Hex B4 89 E5 15 28 0 A 10C 40 48
Octal 264 211 345 25 50 0 12 414 100 110
Binary 10110100 10001001 11100101 10101 101000 0 1010 100001100 1000000 1001000

Color Harmonies of #B489E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489E5

Black with #B489E5

Text Example


Text Example

White with #B489E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489E5; }

 p { color: rgb(180,137,229); }

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

background-color css

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

 a { background-color: rgb(180,137,229); }

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

border-color css

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

 span { border-color: rgb(180,137,229); }

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