Html Css Color HEX #B890D7 Biloba Flower

📋 copy color: '#B890D7'

red 184 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B890D7

Tints of Biloba Flower #B890D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 33.89%
G = 26.52%
B = 39.59%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B890D7 (or 0xB890D7) is known color: Biloba Flower. HEX triplet: B8, 90 and D7. RGB value is (184,144,215). Sum of RGB (Red+Green+Blue) = 184+144+215=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #B890D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890D7 is #476F28. Grayscale: #A3A3A3. Windows color (decimal): -4681513 or 14127288. OLE color: 14127288.

HSL color Cylindrical-coordinate representation of color #B890D7: hue angle of 273.8º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B890D7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 144 215 -
CMYK 0.14 0.33 0 0.16
HSL 273.8º 0.47% 0.7% -
HSV(B) 273.8º 0.33% 0.84% -
XYZ 42.01 35.04 68.84 -
YUV 164.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 184 144 215 0.14 0.33 0 0.16 273.8 0.47 0.7
Hex B8 90 D7 E 21 0 10 112 2F 46
Octal 270 220 327 16 41 0 20 422 57 106
Binary 10111000 10010000 11010111 1110 100001 0 10000 100010010 101111 1000110

Color Harmonies of #B890D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890D7

Black with #B890D7

Text Example


Text Example

White with #B890D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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