Html Css Color HEX #B390F3 Biloba Flower

📋 copy color: '#B390F3'

red 179 ◦ green 144 ◦ blue 243

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

Shades of Biloba Flower #B390F3

Tints of Biloba Flower #B390F3

RGB

 RED value IS 179 (70.31% from 255) = 31.63%

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

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

R = 31.63%
G = 25.44%
B = 42.93%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B390F3 (or 0xB390F3) is known color: Biloba Flower. HEX triplet: B3, 90 and F3. RGB value is (179,144,243). Sum of RGB (Red+Green+Blue) = 179+144+243=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #B390F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390F3 is #4C6F0C. Grayscale: #A5A5A5. Windows color (decimal): -5009165 or 15962291. OLE color: 15962291.

HSL color Cylindrical-coordinate representation of color #B390F3: hue angle of 261.21º 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 #B390F3 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 144 243 -
CMYK 0.26 0.41 0 0.05
HSL 261.21º 0.8% 0.76% -
HSV(B) 261.21º 0.41% 0.95% -
XYZ 44.74 36 89.38 -
YUV 165.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 179 144 243 0.26 0.41 0 0.05 261.21 0.8 0.76
Hex B3 90 F3 1A 29 0 5 105 50 4C
Octal 263 220 363 32 51 0 5 405 120 114
Binary 10110011 10010000 11110011 11010 101001 0 101 100000101 1010000 1001100

Color Harmonies of #B390F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390F3

Black with #B390F3

Text Example


Text Example

White with #B390F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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