Html Css Color HEX #B890DD Biloba Flower

📋 copy color: '#B890DD'

red 184 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #B890DD

Tints of Biloba Flower #B890DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 33.52%
G = 26.23%
B = 40.26%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B890DD (or 0xB890DD) is known color: Biloba Flower. HEX triplet: B8, 90 and DD. RGB value is (184,144,221). Sum of RGB (Red+Green+Blue) = 184+144+221=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B890DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890DD is #476F22. Grayscale: #A4A4A4. Windows color (decimal): -4681507 or 14520504. OLE color: 14520504.

HSL color Cylindrical-coordinate representation of color #B890DD: hue angle of 271.17º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B890DD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 144 221 -
CMYK 0.17 0.35 0 0.13
HSL 271.17º 0.53% 0.72% -
HSV(B) 271.17º 0.35% 0.87% -
XYZ 42.79 35.36 72.98 -
YUV 164.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 184 144 221 0.17 0.35 0 0.13 271.17 0.53 0.72
Hex B8 90 DD 11 23 0 D 10F 35 48
Octal 270 220 335 21 43 0 15 417 65 110
Binary 10111000 10010000 11011101 10001 100011 0 1101 100001111 110101 1001000

Color Harmonies of #B890DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890DD

Black with #B890DD

Text Example


Text Example

White with #B890DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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