Html Css Color HEX #B490EF Biloba Flower

📋 copy color: '#B490EF'

red 180 ◦ green 144 ◦ blue 239

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

Shades of Biloba Flower #B490EF

Tints of Biloba Flower #B490EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 31.97%
G = 25.58%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B490EF (or 0xB490EF) is known color: Biloba Flower. HEX triplet: B4, 90 and EF. RGB value is (180,144,239). Sum of RGB (Red+Green+Blue) = 180+144+239=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #B490EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490EF is #4B6F10. Grayscale: #A5A5A5. Windows color (decimal): -4943633 or 15700148. OLE color: 15700148.

HSL color Cylindrical-coordinate representation of color #B490EF: hue angle of 262.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B490EF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 144 239 -
CMYK 0.25 0.40 0 0.06
HSL 262.74º 0.75% 0.75% -
HSV(B) 262.74º 0.4% 0.94% -
XYZ 44.38 35.88 86.25 -
YUV 165.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 180 144 239 0.25 0.40 0 0.06 262.74 0.75 0.75
Hex B4 90 EF 19 28 0 6 107 4B 4B
Octal 264 220 357 31 50 0 6 407 113 113
Binary 10110100 10010000 11101111 11001 101000 0 110 100000111 1001011 1001011

Color Harmonies of #B490EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490EF

Black with #B490EF

Text Example


Text Example

White with #B490EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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