Html Css Color HEX #B390DF Biloba Flower

📋 copy color: '#B390DF'

red 179 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B390DF

Tints of Biloba Flower #B390DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 32.78%
G = 26.37%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B390DF (or 0xB390DF) is known color: Biloba Flower. HEX triplet: B3, 90 and DF. RGB value is (179,144,223). Sum of RGB (Red+Green+Blue) = 179+144+223=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DF is #4C6F20. Grayscale: #A3A3A3. Windows color (decimal): -5009185 or 14651571. OLE color: 14651571.

HSL color Cylindrical-coordinate representation of color #B390DF: hue angle of 266.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B390DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 144 223 -
CMYK 0.20 0.35 0 0.13
HSL 266.58º 0.55% 0.72% -
HSV(B) 266.58º 0.35% 0.87% -
XYZ 41.88 34.86 74.33 -
YUV 163.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 179 144 223 0.20 0.35 0 0.13 266.58 0.55 0.72
Hex B3 90 DF 14 23 0 D 10B 37 48
Octal 263 220 337 24 43 0 15 413 67 110
Binary 10110011 10010000 11011111 10100 100011 0 1101 100001011 110111 1001000

Color Harmonies of #B390DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390DF

Black with #B390DF

Text Example


Text Example

White with #B390DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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