Html Css Color HEX #B490DF Biloba Flower

📋 copy color: '#B490DF'

red 180 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B490DF

Tints of Biloba Flower #B490DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 32.91%
G = 26.33%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B490DF (or 0xB490DF) is known color: Biloba Flower. HEX triplet: B4, 90 and DF. RGB value is (180,144,223). Sum of RGB (Red+Green+Blue) = 180+144+223=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B490DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DF is #4B6F20. Grayscale: #A3A3A3. Windows color (decimal): -4943649 or 14651572. OLE color: 14651572.

HSL color Cylindrical-coordinate representation of color #B490DF: hue angle of 267.34º degrees, saturation: 0.55, 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 #B490DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 144 223 -
CMYK 0.19 0.35 0 0.13
HSL 267.34º 0.55% 0.72% -
HSV(B) 267.34º 0.35% 0.87% -
XYZ 42.11 34.98 74.34 -
YUV 163.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 180 144 223 0.19 0.35 0 0.13 267.34 0.55 0.72
Hex B4 90 DF 13 23 0 D 10B 37 48
Octal 264 220 337 23 43 0 15 413 67 110
Binary 10110100 10010000 11011111 10011 100011 0 1101 100001011 110111 1001000

Color Harmonies of #B490DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490DF

Black with #B490DF

Text Example


Text Example

White with #B490DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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