Html Css Color HEX #B590D0 Biloba Flower

📋 copy color: '#B590D0'

red 181 ◦ green 144 ◦ blue 208

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

Shades of Biloba Flower #B590D0

Tints of Biloba Flower #B590D0

RGB

 RED value IS 181 (71.09% from 255) = 33.96%

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 33.96%
G = 27.02%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B590D0 (or 0xB590D0) is known color: Biloba Flower. HEX triplet: B5, 90 and D0. RGB value is (181,144,208). Sum of RGB (Red+Green+Blue) = 181+144+208=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #B590D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590D0 is #4A6F2F. Grayscale: #A2A2A2. Windows color (decimal): -4878128 or 13668533. OLE color: 13668533.

HSL color Cylindrical-coordinate representation of color #B590D0: hue angle of 274.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B590D0 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 144 208 -
CMYK 0.13 0.31 0 0.18
HSL 274.69º 0.41% 0.69% -
HSV(B) 274.69º 0.31% 0.82% -
XYZ 40.41 34.32 64.17 -
YUV 162.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 181 144 208 0.13 0.31 0 0.18 274.69 0.41 0.69
Hex B5 90 D0 D 1F 0 12 113 29 45
Octal 265 220 320 15 37 0 22 423 51 105
Binary 10110101 10010000 11010000 1101 11111 0 10010 100010011 101001 1000101

Color Harmonies of #B590D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590D0

Black with #B590D0

Text Example


Text Example

White with #B590D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590D0; }

 p { color: rgb(181,144,208); }

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

background-color css

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

 a { background-color: rgb(181,144,208); }

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

border-color css

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

 span { border-color: rgb(181,144,208); }

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