Html Css Color HEX #B090D7 Biloba Flower

📋 copy color: '#B090D7'

red 176 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B090D7

Tints of Biloba Flower #B090D7

RGB

 RED value IS 176 (69.14% from 255) = 32.9%

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

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

R = 32.9%
G = 26.92%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B090D7 (or 0xB090D7) is known color: Biloba Flower. HEX triplet: B0, 90 and D7. RGB value is (176,144,215). Sum of RGB (Red+Green+Blue) = 176+144+215=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #B090D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090D7 is #4F6F28. Grayscale: #A1A1A1. Windows color (decimal): -5205801 or 14127280. OLE color: 14127280.

HSL color Cylindrical-coordinate representation of color #B090D7: hue angle of 267.04º 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 #B090D7 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 144 215 -
CMYK 0.18 0.33 0 0.16
HSL 267.04º 0.47% 0.7% -
HSV(B) 267.04º 0.33% 0.84% -
XYZ 40.14 34.08 68.75 -
YUV 161.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 176 144 215 0.18 0.33 0 0.16 267.04 0.47 0.7
Hex B0 90 D7 12 21 0 10 10B 2F 46
Octal 260 220 327 22 41 0 20 413 57 106
Binary 10110000 10010000 11010111 10010 100001 0 10000 100001011 101111 1000110

Color Harmonies of #B090D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090D7

Black with #B090D7

Text Example


Text Example

White with #B090D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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