Html Css Color HEX #B490DC Biloba Flower

📋 copy color: '#B490DC'

red 180 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #B490DC

Tints of Biloba Flower #B490DC

RGB

 RED value IS 180 (70.7% from 255) = 33.09%

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 33.09%
G = 26.47%
B = 40.44%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B490DC (or 0xB490DC) is known color: Biloba Flower. HEX triplet: B4, 90 and DC. RGB value is (180,144,220). Sum of RGB (Red+Green+Blue) = 180+144+220=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #B490DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DC is #4B6F23. Grayscale: #A3A3A3. Windows color (decimal): -4943652 or 14454964. OLE color: 14454964.

HSL color Cylindrical-coordinate representation of color #B490DC: hue angle of 268.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B490DC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 144 220 -
CMYK 0.18 0.35 0 0.14
HSL 268.42º 0.52% 0.71% -
HSV(B) 268.42º 0.35% 0.86% -
XYZ 41.71 34.82 72.23 -
YUV 163.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 180 144 220 0.18 0.35 0 0.14 268.42 0.52 0.71
Hex B4 90 DC 12 23 0 E 10C 34 47
Octal 264 220 334 22 43 0 16 414 64 107
Binary 10110100 10010000 11011100 10010 100011 0 1110 100001100 110100 1000111

Color Harmonies of #B490DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490DC

Black with #B490DC

Text Example


Text Example

White with #B490DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490DC; }

 p { color: rgb(180,144,220); }

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

background-color css

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

 a { background-color: rgb(180,144,220); }

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

border-color css

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

 span { border-color: rgb(180,144,220); }

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