Html Css Color HEX #B390D8 Biloba Flower

📋 copy color: '#B390D8'

red 179 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #B390D8

Tints of Biloba Flower #B390D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 33.21%
G = 26.72%
B = 40.07%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B390D8 (or 0xB390D8) is known color: Biloba Flower. HEX triplet: B3, 90 and D8. RGB value is (179,144,216). Sum of RGB (Red+Green+Blue) = 179+144+216=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #B390D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390D8 is #4C6F27. Grayscale: #A2A2A2. Windows color (decimal): -5009192 or 14192819. OLE color: 14192819.

HSL color Cylindrical-coordinate representation of color #B390D8: hue angle of 269.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B390D8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 144 216 -
CMYK 0.17 0.33 0 0.15
HSL 269.17º 0.48% 0.71% -
HSV(B) 269.17º 0.33% 0.85% -
XYZ 40.96 34.49 69.46 -
YUV 162.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 179 144 216 0.17 0.33 0 0.15 269.17 0.48 0.71
Hex B3 90 D8 11 21 0 F 10D 30 47
Octal 263 220 330 21 41 0 17 415 60 107
Binary 10110011 10010000 11011000 10001 100001 0 1111 100001101 110000 1000111

Color Harmonies of #B390D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390D8

Black with #B390D8

Text Example


Text Example

White with #B390D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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