Html Css Color HEX #B290FB Biloba Flower

📋 copy color: '#B290FB'

red 178 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #B290FB

Tints of Biloba Flower #B290FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 31.06%
G = 25.13%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B290FB (or 0xB290FB) is known color: Biloba Flower. HEX triplet: B2, 90 and FB. RGB value is (178,144,251). Sum of RGB (Red+Green+Blue) = 178+144+251=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B290FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FB is #4D6F04. Grayscale: #A5A5A5. Windows color (decimal): -5074693 or 16486578. OLE color: 16486578.

HSL color Cylindrical-coordinate representation of color #B290FB: hue angle of 259.07º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B290FB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 144 251 -
CMYK 0.29 0.43 0 0.02
HSL 259.07º 0.93% 0.77% -
HSV(B) 259.07º 0.43% 0.98% -
XYZ 45.75 36.38 95.88 -
YUV 166.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 178 144 251 0.29 0.43 0 0.02 259.07 0.93 0.77
Hex B2 90 FB 1D 2B 0 2 103 5D 4D
Octal 262 220 373 35 53 0 2 403 135 115
Binary 10110010 10010000 11111011 11101 101011 0 10 100000011 1011101 1001101

Color Harmonies of #B290FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290FB

Black with #B290FB

Text Example


Text Example

White with #B290FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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