Html Css Color HEX #B489E0 Biloba Flower

📋 copy color: '#B489E0'

red 180 ◦ green 137 ◦ blue 224

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

Shades of Biloba Flower #B489E0

Tints of Biloba Flower #B489E0

RGB

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

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

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

R = 33.27%
G = 25.32%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B489E0 (or 0xB489E0) is known color: Biloba Flower. HEX triplet: B4, 89 and E0. RGB value is (180,137,224). Sum of RGB (Red+Green+Blue) = 180+137+224=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #B489E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489E0 is #4B761F. Grayscale: #9F9F9F. Windows color (decimal): -4945440 or 14715316. OLE color: 14715316.

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

Color convert

RGB 180 137 224 -
CMYK 0.20 0.39 0 0.12
HSL 269.66º 0.58% 0.71% -
HSV(B) 269.66º 0.39% 0.88% -
XYZ 41.22 32.98 74.71 -
YUV 159.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 180 137 224 0.20 0.39 0 0.12 269.66 0.58 0.71
Hex B4 89 E0 14 27 0 C 10E 3A 47
Octal 264 211 340 24 47 0 14 416 72 107
Binary 10110100 10001001 11100000 10100 100111 0 1100 100001110 111010 1000111

Color Harmonies of #B489E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489E0

Black with #B489E0

Text Example


Text Example

White with #B489E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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