Html Css Color HEX #B290E3 Biloba Flower

📋 copy color: '#B290E3'

red 178 ◦ green 144 ◦ blue 227

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

Shades of Biloba Flower #B290E3

Tints of Biloba Flower #B290E3

RGB

 RED value IS 178 (69.92% from 255) = 32.42%

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

 BLUE value IS 227 (89.06% from 255) = 41.35%

R = 32.42%
G = 26.23%
B = 41.35%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B290E3 (or 0xB290E3) is known color: Biloba Flower. HEX triplet: B2, 90 and E3. RGB value is (178,144,227). Sum of RGB (Red+Green+Blue) = 178+144+227=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #B290E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290E3 is #4D6F1C. Grayscale: #A3A3A3. Windows color (decimal): -5074717 or 14913714. OLE color: 14913714.

HSL color Cylindrical-coordinate representation of color #B290E3: hue angle of 264.58º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B290E3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 144 227 -
CMYK 0.22 0.37 0 0.11
HSL 264.58º 0.6% 0.73% -
HSV(B) 264.58º 0.37% 0.89% -
XYZ 42.2 34.96 77.2 -
YUV 163.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 178 144 227 0.22 0.37 0 0.11 264.58 0.6 0.73
Hex B2 90 E3 16 25 0 B 109 3C 49
Octal 262 220 343 26 45 0 13 411 74 111
Binary 10110010 10010000 11100011 10110 100101 0 1011 100001001 111100 1001001

Color Harmonies of #B290E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290E3

Black with #B290E3

Text Example


Text Example

White with #B290E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290E3; }

 p { color: rgb(178,144,227); }

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

background-color css

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

 a { background-color: rgb(178,144,227); }

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

border-color css

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

 span { border-color: rgb(178,144,227); }

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