Html Css Color HEX #B390D7 Biloba Flower

📋 copy color: '#B390D7'

red 179 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B390D7

Tints of Biloba Flower #B390D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 33.27%
G = 26.77%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B390D7 (or 0xB390D7) is known color: Biloba Flower. HEX triplet: B3, 90 and D7. RGB value is (179,144,215). Sum of RGB (Red+Green+Blue) = 179+144+215=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #B390D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390D7 is #4C6F28. Grayscale: #A2A2A2. Windows color (decimal): -5009193 or 14127283. OLE color: 14127283.

HSL color Cylindrical-coordinate representation of color #B390D7: hue angle of 269.58º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B390D7 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 144 215 -
CMYK 0.17 0.33 0 0.16
HSL 269.58º 0.47% 0.7% -
HSV(B) 269.58º 0.33% 0.84% -
XYZ 40.83 34.44 68.78 -
YUV 162.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 179 144 215 0.17 0.33 0 0.16 269.58 0.47 0.7
Hex B3 90 D7 11 21 0 10 10E 2F 46
Octal 263 220 327 21 41 0 20 416 57 106
Binary 10110011 10010000 11010111 10001 100001 0 10000 100001110 101111 1000110

Color Harmonies of #B390D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390D7

Black with #B390D7

Text Example


Text Example

White with #B390D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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