Html Css Color HEX #B490CF Biloba Flower

📋 copy color: '#B490CF'

red 180 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #B490CF

Tints of Biloba Flower #B490CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 33.9%
G = 27.12%
B = 38.98%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B490CF (or 0xB490CF) is known color: Biloba Flower. HEX triplet: B4, 90 and CF. RGB value is (180,144,207). Sum of RGB (Red+Green+Blue) = 180+144+207=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B490CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CF is #4B6F30. Grayscale: #A1A1A1. Windows color (decimal): -4943665 or 13602996. OLE color: 13602996.

HSL color Cylindrical-coordinate representation of color #B490CF: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B490CF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 144 207 -
CMYK 0.13 0.30 0 0.19
HSL 274.29º 0.4% 0.69% -
HSV(B) 274.29º 0.3% 0.81% -
XYZ 40.06 34.15 63.51 -
YUV 161.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 180 144 207 0.13 0.30 0 0.19 274.29 0.4 0.69
Hex B4 90 CF D 1E 0 13 112 28 45
Octal 264 220 317 15 36 0 23 422 50 105
Binary 10110100 10010000 11001111 1101 11110 0 10011 100010010 101000 1000101

Color Harmonies of #B490CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490CF

Black with #B490CF

Text Example


Text Example

White with #B490CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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