Html Css Color HEX #B890E5 Biloba Flower

📋 copy color: '#B890E5'

red 184 ◦ green 144 ◦ blue 229

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

Shades of Biloba Flower #B890E5

Tints of Biloba Flower #B890E5

RGB

 RED value IS 184 (72.27% from 255) = 33.03%

 GREEN value IS 144 (56.64% from 255) = 25.85%

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

R = 33.03%
G = 25.85%
B = 41.11%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B890E5 (or 0xB890E5) is known color: Biloba Flower. HEX triplet: B8, 90 and E5. RGB value is (184,144,229). Sum of RGB (Red+Green+Blue) = 184+144+229=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #B890E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890E5 is #476F1A. Grayscale: #A5A5A5. Windows color (decimal): -4681499 or 15044792. OLE color: 15044792.

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

Color convert

RGB 184 144 229 -
CMYK 0.20 0.37 0 0.10
HSL 268.24º 0.62% 0.73% -
HSV(B) 268.24º 0.37% 0.9% -
XYZ 43.88 35.79 78.72 -
YUV 165.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 184 144 229 0.20 0.37 0 0.10 268.24 0.62 0.73
Hex B8 90 E5 14 25 0 A 10C 3E 49
Octal 270 220 345 24 45 0 12 414 76 111
Binary 10111000 10010000 11100101 10100 100101 0 1010 100001100 111110 1001001

Color Harmonies of #B890E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890E5

Black with #B890E5

Text Example


Text Example

White with #B890E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890E5; }

 p { color: rgb(184,144,229); }

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

background-color css

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

 a { background-color: rgb(184,144,229); }

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

border-color css

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

 span { border-color: rgb(184,144,229); }

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