Html Css Color HEX #B890E1 Biloba Flower

📋 copy color: '#B890E1'

red 184 ◦ green 144 ◦ blue 225

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

Shades of Biloba Flower #B890E1

Tints of Biloba Flower #B890E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 33.27%
G = 26.04%
B = 40.69%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B890E1 (or 0xB890E1) is known color: Biloba Flower. HEX triplet: B8, 90 and E1. RGB value is (184,144,225). Sum of RGB (Red+Green+Blue) = 184+144+225=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #B890E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890E1 is #476F1E. Grayscale: #A4A4A4. Windows color (decimal): -4681503 or 14782648. OLE color: 14782648.

HSL color Cylindrical-coordinate representation of color #B890E1: hue angle of 269.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B890E1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 144 225 -
CMYK 0.18 0.36 0 0.12
HSL 269.63º 0.57% 0.72% -
HSV(B) 269.63º 0.36% 0.88% -
XYZ 43.33 35.57 75.82 -
YUV 165.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 184 144 225 0.18 0.36 0 0.12 269.63 0.57 0.72
Hex B8 90 E1 12 24 0 C 10E 39 48
Octal 270 220 341 22 44 0 14 416 71 110
Binary 10111000 10010000 11100001 10010 100100 0 1100 100001110 111001 1001000

Color Harmonies of #B890E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890E1

Black with #B890E1

Text Example


Text Example

White with #B890E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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