Html Css Color HEX #B990F3 Biloba Flower

📋 copy color: '#B990F3'

red 185 ◦ green 144 ◦ blue 243

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

Shades of Biloba Flower #B990F3

Tints of Biloba Flower #B990F3

RGB

 RED value IS 185 (72.66% from 255) = 32.34%

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

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 32.34%
G = 25.17%
B = 42.48%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B990F3 (or 0xB990F3) is known color: Biloba Flower. HEX triplet: B9, 90 and F3. RGB value is (185,144,243). Sum of RGB (Red+Green+Blue) = 185+144+243=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #B990F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990F3 is #466F0C. Grayscale: #A7A7A7. Windows color (decimal): -4615949 or 15962297. OLE color: 15962297.

HSL color Cylindrical-coordinate representation of color #B990F3: hue angle of 264.85º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B990F3 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 144 243 -
CMYK 0.24 0.41 0 0.05
HSL 264.85º 0.8% 0.76% -
HSV(B) 264.85º 0.41% 0.95% -
XYZ 46.16 36.73 89.45 -
YUV 167.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 185 144 243 0.24 0.41 0 0.05 264.85 0.8 0.76
Hex B9 90 F3 18 29 0 5 109 50 4C
Octal 271 220 363 30 51 0 5 411 120 114
Binary 10111001 10010000 11110011 11000 101001 0 101 100001001 1010000 1001100

Color Harmonies of #B990F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990F3

Black with #B990F3

Text Example


Text Example

White with #B990F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990F3; }

 p { color: rgb(185,144,243); }

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

background-color css

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

 a { background-color: rgb(185,144,243); }

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

border-color css

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

 span { border-color: rgb(185,144,243); }

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