Html Css Color HEX #B390DC Biloba Flower

📋 copy color: '#B390DC'

red 179 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #B390DC

Tints of Biloba Flower #B390DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 32.97%
G = 26.52%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B390DC (or 0xB390DC) is known color: Biloba Flower. HEX triplet: B3, 90 and DC. RGB value is (179,144,220). Sum of RGB (Red+Green+Blue) = 179+144+220=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B390DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DC is #4C6F23. Grayscale: #A2A2A2. Windows color (decimal): -5009188 or 14454963. OLE color: 14454963.

HSL color Cylindrical-coordinate representation of color #B390DC: hue angle of 267.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B390DC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 144 220 -
CMYK 0.19 0.35 0 0.14
HSL 267.63º 0.52% 0.71% -
HSV(B) 267.63º 0.35% 0.86% -
XYZ 41.48 34.7 72.22 -
YUV 163.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 179 144 220 0.19 0.35 0 0.14 267.63 0.52 0.71
Hex B3 90 DC 13 23 0 E 10C 34 47
Octal 263 220 334 23 43 0 16 414 64 107
Binary 10110011 10010000 11011100 10011 100011 0 1110 100001100 110100 1000111

Color Harmonies of #B390DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390DC

Black with #B390DC

Text Example


Text Example

White with #B390DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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