Html Css Color HEX #B090FE Biloba Flower

📋 copy color: '#B090FE'

red 176 ◦ green 144 ◦ blue 254

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

Shades of Biloba Flower #B090FE

Tints of Biloba Flower #B090FE

RGB

 RED value IS 176 (69.14% from 255) = 30.66%

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 30.66%
G = 25.09%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B090FE (or 0xB090FE) is known color: Biloba Flower. HEX triplet: B0, 90 and FE. RGB value is (176,144,254). Sum of RGB (Red+Green+Blue) = 176+144+254=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B090FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090FE is #4F6F01. Grayscale: #A5A5A5. Windows color (decimal): -5205762 or 16683184. OLE color: 16683184.

HSL color Cylindrical-coordinate representation of color #B090FE: hue angle of 257.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B090FE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 144 254 -
CMYK 0.31 0.43 0 0.00
HSL 257.45º 0.98% 0.78% -
HSV(B) 257.45º 0.43% 1% -
XYZ 45.77 36.33 98.37 -
YUV 166.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 176 144 254 0.31 0.43 0 0.00 257.45 0.98 0.78
Hex B0 90 FE 1F 2B 0 0 101 62 4E
Octal 260 220 376 37 53 0 0 401 142 116
Binary 10110000 10010000 11111110 11111 101011 0 0 100000001 1100010 1001110

Color Harmonies of #B090FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090FE

Black with #B090FE

Text Example


Text Example

White with #B090FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090FE; }

 p { color: rgb(176,144,254); }

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

background-color css

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

 a { background-color: rgb(176,144,254); }

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

border-color css

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

 span { border-color: rgb(176,144,254); }

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