Html Css Color HEX #B890F9 Biloba Flower

📋 copy color: '#B890F9'

red 184 ◦ green 144 ◦ blue 249

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

Shades of Biloba Flower #B890F9

Tints of Biloba Flower #B890F9

RGB

 RED value IS 184 (72.27% from 255) = 31.89%

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

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 31.89%
G = 24.96%
B = 43.15%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B890F9 (or 0xB890F9) is known color: Biloba Flower. HEX triplet: B8, 90 and F9. RGB value is (184,144,249). Sum of RGB (Red+Green+Blue) = 184+144+249=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #B890F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890F9 is #476F06. Grayscale: #A7A7A7. Windows color (decimal): -4681479 or 16355512. OLE color: 16355512.

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

Color convert

RGB 184 144 249 -
CMYK 0.26 0.42 0 0.02
HSL 262.86º 0.9% 0.77% -
HSV(B) 262.86º 0.42% 0.98% -
XYZ 46.84 36.98 94.29 -
YUV 167.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 184 144 249 0.26 0.42 0 0.02 262.86 0.9 0.77
Hex B8 90 F9 1A 2A 0 2 107 5A 4D
Octal 270 220 371 32 52 0 2 407 132 115
Binary 10111000 10010000 11111001 11010 101010 0 10 100000111 1011010 1001101

Color Harmonies of #B890F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890F9

Black with #B890F9

Text Example


Text Example

White with #B890F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890F9; }

 p { color: rgb(184,144,249); }

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

background-color css

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

 a { background-color: rgb(184,144,249); }

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

border-color css

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

 span { border-color: rgb(184,144,249); }

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